summary refs log tree commit diff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index fa456b2..3443853 100644
--- a/src/config.h
+++ b/src/config.h
@@ -5,8 +5,8 @@
 #include <stdint.h>
 
 struct Config {
-	int screen_width;
-	int screen_height;
+	int width;
+	int height;
 	float mouse_sensitivity;
 	bool debug;
 	bool vsync;