X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=helper.h;h=1f2ef9016b239f9e8ff55bef5480d9d6c90feb08;hp=c0c24627a0219fed5503332b0a3f9bef18fa84f2;hb=f8d40619ed0eba4ec9f0174f8bbf0981013185b0;hpb=f1c86cda52b306cdfbe62e1776eb38cff811f47b diff --git a/helper.h b/helper.h index c0c2462..1f2ef90 100644 --- a/helper.h +++ b/helper.h @@ -26,4 +26,9 @@ void drawAxisLines(); int addSceneObject(int id); +void initializeLights(); +void updateLights(); + +void initializeState(); + #endif /* HELPER_H */