X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain.cpp;h=05f9a25b09b484eac0503ff221cb0737e295ba9b;hb=6029825fe57b4a07ab4782b338d5c427c9e6af06;hp=65161a00bfed74ad11b67413fa17e32bcd198cd2;hpb=7cc180e4add43f331cb51a8bebd9bd1fdac04258;p=physics.git diff --git a/src/main.cpp b/src/main.cpp index 65161a0..05f9a25 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,6 +16,7 @@ */ #include +#include using namespace pg; #include @@ -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()