screen system
[fbgfx] / src / demo.h
1 #ifndef DEMO_H_
2 #define DEMO_H_
3
4 void *fb_pixels;
5 int fb_width, fb_height;
6 int fb_depth;
7
8 long time_msec;
9
10 #endif  /* DEMO_H_ */