Commented out temp debug printing

This commit is contained in:
Mark Vejvoda
2010-03-24 07:11:12 +00:00
parent 3ecf980649
commit 7521a251f5
2 changed files with 8 additions and 15 deletions

View File

@@ -92,14 +92,6 @@ const char vkDown = -10;
const char vkReturn = -11;
const char vkBack = -12;
/*
struct MouseState{
bool leftMouse;
bool rightMouse;
bool centerMouse;
};
*/
enum WindowStyle{
wsFullscreen,
wsWindowedFixed,