changes needed due to library cleaning
[physics.git] / src / main.cpp
index a6aaca3..65161a0 100644 (file)
 #include <pg/debug.h>
 using namespace pg;
 
+#include <iostream>
+using std::cout;
+using std::endl;
+
 #include <GL/gl.h>
 #include <GL/glu.h>
 #include <SDL/SDL.h>
@@ -108,7 +112,7 @@ void mainInit()
 }
 void mainClean()
 {
-    debug::clean();
+    debug::deinit();
 }
 
 void updatesInit()