summaryrefslogtreecommitdiffstats
path: root/DisplayClass.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-11-27 20:47:58 +0100
committerMatthias Schiffer <matthias@gamezock.de>2009-11-27 20:47:58 +0100
commit59360094e5ac1ddeb5eda365ac4ccf765786635f (patch)
tree4ddf107804febdfb4550a0e616a07945c65c5e96 /DisplayClass.h
downloadc3d-59360094e5ac1ddeb5eda365ac4ccf765786635f.tar
c3d-59360094e5ac1ddeb5eda365ac4ccf765786635f.zip
Initial commit
Diffstat (limited to 'DisplayClass.h')
-rw-r--r--DisplayClass.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/DisplayClass.h b/DisplayClass.h
new file mode 100644
index 0000000..adb2422
--- /dev/null
+++ b/DisplayClass.h
@@ -0,0 +1,10 @@
+#ifndef _DISPLAYCLASS_H_
+#define _DISPLAYCLASS_H_
+
+class DisplayClass
+{
+ public:
+ void renderScene(unsigned long delta);
+};
+#endif /*_DISPLAYCLASS_H_*/
+