JKSV/include/graphics/screen.hpp
2025-10-30 18:11:16 -04:00

7 lines
129 B
C++

#pragma once
namespace graphics
{
inline constexpr int SCREEN_WIDTH = 1280;
inline constexpr int SCREEN_HEIGHT = 720;
}