remove includes for server
This commit is contained in:
@@ -92,10 +92,14 @@
|
|||||||
#include "../network/command/CommandServer.h"
|
#include "../network/command/CommandServer.h"
|
||||||
#include "gamemode/CreatorMode.h"
|
#include "gamemode/CreatorMode.h"
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef STANDALONE_SERVER
|
||||||
#include "../world/level/GrassColor.h"
|
#include "../world/level/GrassColor.h"
|
||||||
#include "renderer/LevelRenderer.h"
|
#include "renderer/LevelRenderer.h"
|
||||||
#include "particle/ParticleEngine.h"
|
#include "particle/ParticleEngine.h"
|
||||||
|
#endif
|
||||||
#include "../world/level/Level.h"
|
#include "../world/level/Level.h"
|
||||||
|
|
||||||
static void checkGlError(const char* tag) {
|
static void checkGlError(const char* tag) {
|
||||||
#ifdef GLDEBUG
|
#ifdef GLDEBUG
|
||||||
while (1) {
|
while (1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user