Parallel Programming - Commit before I break things
[matches/honours.git] / course / semester2 / pprog / assignment1 / openmp / nbody.h
index b7d0b41..91c4bf4 100644 (file)
@@ -20,6 +20,11 @@ void Simulation_Run(int argc, char ** argv);
 //#undef QuitProgram
 //void QuitProgram(bool error); 
 
+#undef BeforeDraw
+void BeforeDraw();
+#undef AfterDraw
+void AfterDraw();
+
 void Compute(); //Compute a single step
 
 #endif //_NBODY_OPENMP_H

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