micromenu/inc/example.h

10 lines
148 B
C
Raw Normal View History

2018-10-28 13:01:25 +00:00
#ifndef _EXAMPLE_H_
#define _EXAMPLE_H_
void draw_foo(int offset, int size, Node* ptr);
void draw_blub(int offset, int size, Node* ptr);
#endif