moved ticks to lib
[physics.git] / src / main.cpp
index 65161a0..05f9a25 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include <pg/debug.h>
+#include <pg/ticks.h>
 using namespace pg;
 
 #include <iostream>
@@ -29,7 +30,6 @@ using std::endl;
 #include "handleSignal.h"
 
 #include "game.h"
-#include "ticks.h"
 
 #include "graphics/graphics.h"
 #include "input/inputManager.h"
@@ -112,7 +112,7 @@ void mainInit()
 }
 void mainClean()
 {
-    debug::deinit();
+    debug::fini();
 }
 
 void updatesInit()