Formatted classes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user