X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=course%2Fsemester2%2Fpprog%2Fassignment0%2Fnbody.h;fp=course%2Fsemester2%2Fpprog%2Fassignment0%2Fnbody.h;h=6064584f3a9e88342eac3fce2e6b42cb38faa1bd;hb=c37245b967333688ad4c2bd842e7ab5ff4d0b8ec;hp=efd713ed5ba941f017ebdb2037435dea8e123d21;hpb=d4f132d40be6b93d54edca1e9af4051ec6c2d0b8;p=matches%2Fhonours.git diff --git a/course/semester2/pprog/assignment0/nbody.h b/course/semester2/pprog/assignment0/nbody.h index efd713ed..6064584f 100644 --- a/course/semester2/pprog/assignment0/nbody.h +++ b/course/semester2/pprog/assignment0/nbody.h @@ -91,8 +91,6 @@ extern void System_WriteData(System * system, FILE * file); //Write System info #ifdef _GRAPHICS_H extern void System_Draw(System * system); //Draw a System of Bodies extern void Body_Draw(Body * body, System * system); //Draw an individual Body - - extern void Process_Events(); //Handle any events from the SDL system #endif //_GRAPHICS_H