X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fgraphics%2Fgraphics.cpp;h=afc4441b31dee027ed957b189d1a6a485b403382;hb=389bf8fdd7e1b8f4fe21e5a9fdb477d40d03d829;hp=693982428398730f0fb2bd06062a3e36d87431bd;hpb=9d6dea5f1cfd43cfa136241b352830371acfdc88;p=physics.git diff --git a/src/graphics/graphics.cpp b/src/graphics/graphics.cpp index 6939824..afc4441 100644 --- a/src/graphics/graphics.cpp +++ b/src/graphics/graphics.cpp @@ -16,15 +16,16 @@ */ #include "graphics.h" -#include "debug.h" + +#include +#include +using namespace bear; #include #include #include #include -#include "mathw.h" - #include using std::cerr; using std::cout;