X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=helper.h;h=8c5559514b22e7b2974533eedc83a729b814f24f;hp=0ed5d21564fe5e2c2909f136e0fababaf1679c66;hb=df4a1058cbb4a92922dd61c514c827392ba1330e;hpb=2d7a16e7d0297d354fcc98be4626ec8a8331fb0d;ds=inline 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 */