X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=helper.h;h=8c5559514b22e7b2974533eedc83a729b814f24f;hb=532e038314bb33ff16314812c33f9549b449e4a0;hp=21eceea3378006b93be824d1476f41cf6f3e3244;hpb=beefac49ce6cefc4b954479fcb94c3411af54420;p=atyndall%2Fcits2231.git diff --git a/helper.h b/helper.h index 21eceea..8c55595 100644 --- 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 drawLine(); +void drawAxisLines(); + +int addSceneObject(int id); + +void initializeLights(); +void updateLights(); #endif /* HELPER_H */