Refactoring.

master
twetzel59 2017-05-03 16:19:05 -04:00
parent ac6ba73352
commit ea4051dd6b
4 changed files with 2 additions and 1 deletions

View File

@ -47,3 +47,4 @@ if(MINGW)
target_link_libraries(craft ws2_32.lib glfw
${GLFW_LIBRARIES} ${CURL_LIBRARIES})
endif()

View File

@ -20,7 +20,7 @@
#include "sign.h"
#include "tinycthread.h"
#include "util.h"
#include "world.h"
#include "worldgen/world.h"
#define MAX_CHUNKS 8192
#define MAX_PLAYERS 128