7
0
mirror of https://gitlab.com/raylibtemplates/rt.git synced 2026-06-20 15:35:12 -04:00

Separate constants into new file

This commit is contained in:
Maple Redleaf
2025-12-19 12:22:18 -06:00
parent 651fb47cd4
commit 4d94c9b4b7
3 changed files with 13 additions and 5 deletions

7
src/consts.c Normal file
View File

@@ -0,0 +1,7 @@
#include "consts.h"
const int SCREEN_WIDTH = 320;
const int SCREEN_HEIGHT = 240;
const int WIN_WIDTH = 1280;
const int WIN_HEIGHT = 720;