screen system
[fbgfx] / src / demo.h
diff --git a/src/demo.h b/src/demo.h
new file mode 100644 (file)
index 0000000..6e10b78
--- /dev/null
@@ -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_ */