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:
7
src/consts.c
Normal file
7
src/consts.c
Normal 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;
|
||||
Reference in New Issue
Block a user