summaryrefslogtreecommitdiffstats
path: root/source/WorldStorage/FastNBT.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-23 22:22:46 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-23 22:22:46 +0200
commitf59f5f575921459668a4e955591f28e16b1dea04 (patch)
treea38e7507b98227204395aed0e9c586ec88468a0d /source/WorldStorage/FastNBT.h
parentSource files cleanup: Generating-related files in a separate subfolder (diff)
downloadcuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar
cuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar.gz
cuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar.bz2
cuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar.lz
cuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar.xz
cuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar.zst
cuberite-f59f5f575921459668a4e955591f28e16b1dea04.zip
Diffstat (limited to '')
-rw-r--r--source/WorldStorage/FastNBT.h (renamed from source/FastNBT.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/FastNBT.h b/source/WorldStorage/FastNBT.h
index 88d79f4c1..e4cb3179b 100644
--- a/source/FastNBT.h
+++ b/source/WorldStorage/FastNBT.h
@@ -19,7 +19,7 @@ It directly outputs a string containing the serialized NBT data.
#pragma once
-#include "Endianness.h"
+#include "../Endianness.h"