X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=helper.h;h=c0c24627a0219fed5503332b0a3f9bef18fa84f2;hp=0ed5d21564fe5e2c2909f136e0fababaf1679c66;hb=e2732074b7b13b6e9a8ad9c8351c1707e9170daa;hpb=2d7a16e7d0297d354fcc98be4626ec8a8331fb0d diff --git a/helper.h b/helper.h index 0ed5d21..c0c2462 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(); +int addSceneObject(int id); + #endif /* HELPER_H */