X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=helper.h;h=8c5559514b22e7b2974533eedc83a729b814f24f;hp=f6d86c851245fd79fd2afc91f2fdbd5f956c4d94;hb=cc01320b8824eb601505dc5cdb101cfe8b7d1271;hpb=ae7da963e8c91eb4463b8c9f60d0b82c4a2155ce diff --git a/helper.h b/helper.h index f6d86c8..8c55595 100644 --- a/helper.h +++ b/helper.h @@ -24,6 +24,9 @@ void drawSquare(int recurseLevel, float x1, float z1, float x2, float z2); void drawFloor(); void drawAxisLines(); -void addSceneObject(int id); +int addSceneObject(int id); + +void initializeLights(); +void updateLights(); #endif /* HELPER_H */