Added Internal GameInformations
This commit is contained in:
12
src/DesktopLauncher.h
Normal file
12
src/DesktopLauncher.h
Normal 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
|
||||
Reference in New Issue
Block a user