From 59360094e5ac1ddeb5eda365ac4ccf765786635f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 27 Nov 2009 20:47:58 +0100 Subject: Initial commit --- DisplayClass.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 DisplayClass.h (limited to 'DisplayClass.h') 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_*/ + -- cgit v1.2.3