mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 03:44:00 +02:00
Commented out temp debug printing
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user