6e10b78540fb1c7da4221c5dc75512334b70be99
[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_ */