X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=fbgfx;a=blobdiff_plain;f=src%2Fdemo.h;fp=src%2Fdemo.h;h=6e10b78540fb1c7da4221c5dc75512334b70be99;hp=0000000000000000000000000000000000000000;hb=70c067c2da05fb71f3d2de115cefbc225eff3667;hpb=21180fdf54f0c578af0959df088de308ce25ca61 diff --git a/src/demo.h b/src/demo.h new file mode 100644 index 0000000..6e10b78 --- /dev/null +++ b/src/demo.h @@ -0,0 +1,10 @@ +#ifndef DEMO_H_ +#define DEMO_H_ + +void *fb_pixels; +int fb_width, fb_height; +int fb_depth; + +long time_msec; + +#endif /* DEMO_H_ */