Add GetWorld to Actor. Integrate google test. Add Model manager class. Rename *.h to *.hpp files

This commit is contained in:
Jiga228
2025-10-13 19:31:27 +07:00
parent fedffa7634
commit 8819114b63
44 changed files with 424 additions and 59 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "Mesh.hpp"
#include "Game/SaveMap/SaveMap.h"
#include "Game/SaveMap/SaveMap.hpp"
Mesh::Mesh()
{
+1 -1
View File
@@ -2,7 +2,7 @@
#include <string>
#include "../Actor.h"
#include "../Actor.hpp"
GENERATE_META(Mesh)
class Mesh : public Actor