(no commit message)
[atyndall/cits2231.git] / helper.h
index 21eceea..8c55595 100644 (file)
--- a/helper.h
+++ b/helper.h
@@ -22,6 +22,11 @@ int makeSubmenuFromArray( const char *menuEntries[], unsigned int menuEntriesSiz
 
 void drawSquare(int recurseLevel, float x1, float z1, float x2, float z2);
 void drawFloor();
 
 void drawSquare(int recurseLevel, float x1, float z1, float x2, float z2);
 void drawFloor();
-void drawLine();
+void drawAxisLines();
+
+int addSceneObject(int id);
+
+void initializeLights();
+void updateLights();
 
 #endif /* HELPER_H */
 
 #endif /* HELPER_H */

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