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