Formatted classes

This commit is contained in:
Julian Nießner
2018-05-26 11:14:12 +02:00
parent ae5fa3f2aa
commit 9ffdf66bd0
27 changed files with 574 additions and 461 deletions

View File

@@ -3,7 +3,8 @@
#include <string>
namespace Game {
namespace Game
{
const int SCREEN_WIDTH = 800;
const int SCREEN_HEIGHT = 600;
@@ -15,8 +16,7 @@ extern float HDPI;
//vertical DPI of the display used while starting
extern float VDPI;
void exit();
void exit();
}
} // namespace Game
#endif