moving from .h to .hpp to make thing more clear

This commit is contained in:
2024-10-20 00:32:34 +03:00
parent e85f445dc4
commit 3809103d93
34 changed files with 45 additions and 45 deletions

View File

@@ -4,8 +4,8 @@
#pragma once
#include <vector>
#include "NavigationMesh.h"
#include "omath/Vector3.h"
#include "NavigationMesh.hpp"
#include "omath/Vector3.hpp"
namespace omath::pathfinding

View File

@@ -4,7 +4,7 @@
#pragma once
#include "omath/Vector3.h"
#include "omath/Vector3.hpp"
#include <expected>
#include <vector>
#include <string>