Move app-wide defines into their own header
This commit is contained in:
4
include/defines.h
Normal file
4
include/defines.h
Normal file
@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
constexpr int SCREEN_WIDTH = 480;
|
||||
constexpr int SCREEN_HEIGHT = 320;
|
||||
Reference in New Issue
Block a user