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