4 lines
82 B
C++
4 lines
82 B
C++
#pragma once
|
|
|
|
constexpr int SCREEN_WIDTH = 480;
|
|
constexpr int SCREEN_HEIGHT = 320; |