X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=helper.h;h=1f2ef9016b239f9e8ff55bef5480d9d6c90feb08;hp=f6d86c851245fd79fd2afc91f2fdbd5f956c4d94;hb=9d6524836b1f571761735f0a154b0b8bb8936cfc;hpb=ae7da963e8c91eb4463b8c9f60d0b82c4a2155ce;ds=sidebyside diff --git a/helper.h b/helper.h index f6d86c8..1f2ef90 100644 --- a/helper.h +++ b/helper.h @@ -24,6 +24,11 @@ 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(); + +void initializeState(); #endif /* HELPER_H */