summaryrefslogtreecommitdiff
path: root/modules/codec-minecraft/minecraft.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 16:23:53 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 16:23:53 +0100
commit80132c8e221aa5a922496c46e23432685885ba04 (patch)
treec12774a3fae6837659d925d083328799b7a8b997 /modules/codec-minecraft/minecraft.hpp
parent8dad985328e2183b224300aa992951131956fdb3 (diff)
modules-all: Renamed every .h file to .hpp
Diffstat (limited to 'modules/codec-minecraft/minecraft.hpp')
-rw-r--r--modules/codec-minecraft/minecraft.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/codec-minecraft/minecraft.hpp b/modules/codec-minecraft/minecraft.hpp
index c54549e..88566a6 100644
--- a/modules/codec-minecraft/minecraft.hpp
+++ b/modules/codec-minecraft/minecraft.hpp
@@ -1,8 +1,8 @@
#pragma once
-#include <forstio/error.h>
-#include <forstio/codec/data.h>
-#include <forstio/codec/stream_value.h>
+#include <forstio/error.hpp>
+#include <forstio/codec/data.hpp>
+#include <forstio/codec/stream_value.hpp>
namespace saw {
namespace encode {