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