diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 22:14:04 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 22:14:04 +0200 |
commit | 881ad8d8dbed920c00ea750fb809797456e0b4fc (patch) | |
tree | a24d6e094842a952e5ad5b8739fba52ceb36ba7d /source/cChunkGenerator.h | |
parent | Source files cleanup: Protocol-related files in a separate subfolder (diff) | |
download | cuberite-881ad8d8dbed920c00ea750fb809797456e0b4fc.tar cuberite-881ad8d8dbed920c00ea750fb809797456e0b4fc.tar.gz cuberite-881ad8d8dbed920c00ea750fb809797456e0b4fc.tar.bz2 cuberite-881ad8d8dbed920c00ea750fb809797456e0b4fc.tar.lz cuberite-881ad8d8dbed920c00ea750fb809797456e0b4fc.tar.xz cuberite-881ad8d8dbed920c00ea750fb809797456e0b4fc.tar.zst cuberite-881ad8d8dbed920c00ea750fb809797456e0b4fc.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Generating/ChunkGenerator.h (renamed from source/cChunkGenerator.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cChunkGenerator.h b/source/Generating/ChunkGenerator.h index 2faacfd47..23cf76751 100644 --- a/source/cChunkGenerator.h +++ b/source/Generating/ChunkGenerator.h @@ -24,8 +24,8 @@ See http://forum.mc-server.org/showthread.php?tid=409 for details. #pragma once -#include "cIsThread.h" -#include "ChunkDef.h" +#include "../cIsThread.h" +#include "../ChunkDef.h" |