Added Internal GameInformations

This commit is contained in:
Julian Nießner
2018-05-07 17:09:34 +02:00
parent 51eff2d983
commit 20c180acd8
3 changed files with 17 additions and 0 deletions

12
src/DesktopLauncher.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef DESKTOPLAUNCHER_H
#define DESKTOPLAUNCHER_H
namespace Game {
#define WINDOW_WIDTH = 800;
#define WINDOW_HEIGHT = 600;
void exit(int code);
}
#endif