mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-07-14 23:21:17 -05:00
7 lines
129 B
C++
7 lines
129 B
C++
#pragma once
|
|
|
|
namespace graphics
|
|
{
|
|
inline constexpr int SCREEN_WIDTH = 1280;
|
|
inline constexpr int SCREEN_HEIGHT = 720;
|
|
} |