diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
| commit | 80132c8e221aa5a922496c46e23432685885ba04 (patch) | |
| tree | c12774a3fae6837659d925d083328799b7a8b997 /modules/codec-minecraft/var_int_data.hpp | |
| parent | 8dad985328e2183b224300aa992951131956fdb3 (diff) | |
modules-all: Renamed every .h file to .hpp
Diffstat (limited to 'modules/codec-minecraft/var_int_data.hpp')
| -rw-r--r-- | modules/codec-minecraft/var_int_data.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec-minecraft/var_int_data.hpp b/modules/codec-minecraft/var_int_data.hpp index 4fbdd57..4df52a0 100644 --- a/modules/codec-minecraft/var_int_data.hpp +++ b/modules/codec-minecraft/var_int_data.hpp @@ -1,6 +1,6 @@ #pragma once -#include <forstio/data.h> +#include <forstio/data.hpp> namespace saw { template<> |
