VOX
A little voxel engine
Loading...
Searching...
No Matches
define.hpp
Go to the documentation of this file.
1#pragma once
2
7#define PROJECT_NAME "my_project"
8
9#define WORLD_Y_MAX 256
10#define IP_ADDRESS "localhost"
11#define PORT 4245
12
13constexpr static int MAX_LOAD_DISTANCE = 16;
14