MinequackCPP/defs.h

8 lines
190 B
C
Raw Permalink Normal View History

2022-04-07 13:50:51 +00:00
#pragma once
namespace VARS {
const char *WINDOW_NAME = "Minequack";
const int WINDOW_WIDTH = 980;
const int WINDOW_HEIGHT = 540;
const double pi = 3.14159265358979323846;
}