(no commit message)
[atyndall/cits2231.git] / helper.h
index 9dccd18..f6d86c8 100644 (file)
--- a/helper.h
+++ b/helper.h
@@ -4,6 +4,8 @@
  * @author Ashley Tyndall (20915779), Jenna de la Harpe (20367932)
  */
 
+#include "types.h"
+
 #ifndef HELPER_H
 #define        HELPER_H
 
@@ -20,6 +22,8 @@ int makeSubmenuFromArray( const char *menuEntries[], unsigned int menuEntriesSiz
 
 void drawSquare(int recurseLevel, float x1, float z1, float x2, float z2);
 void drawFloor();
-void drawLine();
+void drawAxisLines();
+
+void addSceneObject(int id);
 
 #endif /* HELPER_H */

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