X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=65161a00bfed74ad11b67413fa17e32bcd198cd2;hp=a6aaca38368f06923b03f66acd7a751c380d1da5;hb=7cc180e4add43f331cb51a8bebd9bd1fdac04258;hpb=022b67af9487f64e3c46ad10b11038051f50fd83 diff --git a/src/main.cpp b/src/main.cpp index a6aaca3..65161a0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,6 +18,10 @@ #include using namespace pg; +#include +using std::cout; +using std::endl; + #include #include #include @@ -108,7 +112,7 @@ void mainInit() } void mainClean() { - debug::clean(); + debug::deinit(); } void updatesInit()