8 lines
137 B
C++
8 lines
137 B
C++
#pragma once
|
|
|
|
#define INSTANCE_COUNT 5
|
|
|
|
const unsigned int SCR_WIDTH = 1792;
|
|
const unsigned int SCR_HEIGHT = 1008;
|
|
|
|
#define MAX_LIGHTS 4
|