android build fixed
[andemo] / src / demo.h
1 #ifndef DEMO_H_
2 #define DEMO_H_
3
4 long demo_time_msec;
5
6 int demo_init(void);
7 void demo_cleanup(void);
8
9 void demo_display(void);
10 void demo_reshape(int x, int y);
11 void demo_keyboard(int key, int pressed);
12 void demo_mouse(int bn, int pressed, int x, int y);
13 void demo_motion(int x, int y);
14
15 #endif  /* DEMO_H_ */