Parallel Programming - Single threaded version done
[matches/honours.git] / course / semester2 / pprog / assignment1 / graphics.h
index 01ca839..b437c14 100644 (file)
@@ -13,8 +13,8 @@
 
 #include "nbody.h"
 
-#define SCREEN_WIDTH 800
-#define SCREEN_HEIGHT 800
+#define WIDTH 800
+#define HEIGHT 800
 #define POINT_SIZE 1
 #define POSITION_X 112
 #define POSITION_Y 20
@@ -34,6 +34,7 @@ void Graphics_Init(void);
 void Graphics_Display(System * s);
 void Graphics_Keyboard(unsigned char key, int mouse_x, int mouse_y);
 void Graphics_Reshape(int width, int height);
+void Graphics_Animate(void);
 
 #endif //_GRAPHICS_H
 

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