(no commit message)
[atyndall/cits2231.git] / helper.h
index f6d86c8..1f2ef90 100644 (file)
--- a/helper.h
+++ b/helper.h
@@ -24,6 +24,11 @@ void drawSquare(int recurseLevel, float x1, float z1, float x2, float z2);
 void drawFloor();
 void drawAxisLines();
 
 void drawFloor();
 void drawAxisLines();
 
-void addSceneObject(int id);
+int addSceneObject(int id);
+
+void initializeLights();
+void updateLights();
+
+void initializeState();
 
 #endif /* HELPER_H */
 
 #endif /* HELPER_H */

UCC git Repository :: git.ucc.asn.au