summaryrefslogtreecommitdiff
path: root/rpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'rpg.h')
-rw-r--r--rpg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rpg.h b/rpg.h
index ff88b10..d4ae97f 100644
--- a/rpg.h
+++ b/rpg.h
@@ -6,6 +6,9 @@
#include "structures.h"
+#define DEFAULT_WIDTH 1024
+#define DEFAULT_HEIGHT 768
+
struct rpg_t {
SDL_Surface *screen;