X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=helper.h;h=f6d86c851245fd79fd2afc91f2fdbd5f956c4d94;hp=21eceea3378006b93be824d1476f41cf6f3e3244;hb=a7a7e453a0b33ef33e21f3be42a0baa5e408bdbc;hpb=beefac49ce6cefc4b954479fcb94c3411af54420 diff --git a/helper.h b/helper.h index 21eceea..f6d86c8 100644 --- a/helper.h +++ b/helper.h @@ -22,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 */