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