X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=helper.h;h=8c5559514b22e7b2974533eedc83a729b814f24f;hp=9dccd18207681c518021ceb55ea2cada502c4ac2;hb=a426259db2f0953878dd443d93ec9fc885a5abfd;hpb=d3465c5cd0e6e9b414e669e8c8aa464b03f2fd24 diff --git a/helper.h b/helper.h index 9dccd18..8c55595 100644 --- 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,11 @@ 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(); + +int addSceneObject(int id); + +void initializeLights(); +void updateLights(); #endif /* HELPER_H */