- fixed watcom build
[dosdemo] / src / scene.h
diff --git a/src/scene.h b/src/scene.h
new file mode 100644 (file)
index 0000000..b55bec9
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef SCENE_H_
+#define SCENE_H_
+
+#include "cgmath/cgmath.h"
+
+struct scene {
+       int num_obj;
+};
+
+#endif /* SCENE_H_ */