diff options
Diffstat (limited to 'modules/codec-minecraft/minecraft.hpp')
-rw-r--r-- | modules/codec-minecraft/minecraft.hpp | 6 |
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 { |