micromenu/inc/example.h
2018-10-28 14:01:25 +01:00

9 lines
148 B
C

#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