X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain.cpp;h=65161a00bfed74ad11b67413fa17e32bcd198cd2;hb=7cc180e4add43f331cb51a8bebd9bd1fdac04258;hp=c9e8808e0a24b9060609dacf9a218c2f49cac8f0;hpb=fa88591393d1cece76cd30830e62bf95b684cc21;p=physics.git diff --git a/src/main.cpp b/src/main.cpp index c9e8808..65161a0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,11 +15,17 @@ * along with this program. If not, see . */ +#include +using namespace pg; + +#include +using std::cout; +using std::endl; + #include #include #include -#include "debug.h" #include "handleSignal.h" #include "game.h" @@ -106,7 +112,7 @@ void mainInit() } void mainClean() { - debug::clean(); + debug::deinit(); } void updatesInit()