X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=helper.h;h=1f2ef9016b239f9e8ff55bef5480d9d6c90feb08;hp=0ed5d21564fe5e2c2909f136e0fababaf1679c66;hb=9d6524836b1f571761735f0a154b0b8bb8936cfc;hpb=2d7a16e7d0297d354fcc98be4626ec8a8331fb0d diff --git a/helper.h b/helper.h index 0ed5d21..1f2ef90 100644 --- a/helper.h +++ b/helper.h @@ -24,4 +24,11 @@ void drawSquare(int recurseLevel, float x1, float z1, float x2, float z2); void drawFloor(); void drawAxisLines(); +int addSceneObject(int id); + +void initializeLights(); +void updateLights(); + +void initializeState(); + #endif /* HELPER_H */