From a6c3a1e9325aae702b30d334acc6a6b8ff2f37f4 Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Mon, 10 Mar 2025 15:00:11 -0300 Subject: feat Create BinaryWriter --- src/blu_cat/gra/static_mesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blu_cat/gra/static_mesh.cpp') diff --git a/src/blu_cat/gra/static_mesh.cpp b/src/blu_cat/gra/static_mesh.cpp index db3a6ee..0d95590 100644 --- a/src/blu_cat/gra/static_mesh.cpp +++ b/src/blu_cat/gra/static_mesh.cpp @@ -16,7 +16,7 @@ #include "static_mesh.hpp" -#include "binary_reader.hpp" +#include "../com/binary_reader.hpp" #include "../com/command.hpp" #include "../int/core.hpp" #include "static_mesh_vertex.hpp" -- cgit v1.2.3