pprog assigment0 - messing with graphics
[matches/honours.git] / course / semester2 / pprog / assignment0 / nbody.h
index efd713e..6064584 100644 (file)
@@ -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
 
 

UCC git Repository :: git.ucc.asn.au