Add GetWorld to Actor. Integrate google test. Add Model manager class. Rename *.h to *.hpp files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "SaveMap.h"
|
||||
#include "SaveMap.hpp"
|
||||
|
||||
#include <filesystem>
|
||||
#include <stdexcept>
|
||||
#include "Game/ObjectFactory.h"
|
||||
#include "Game/ObjectFactory.hpp"
|
||||
|
||||
extern std::vector<ObjectFactory> factories;
|
||||
extern std::vector<ObjectFactory> base_object_factories;
|
||||
|
||||
Reference in New Issue
Block a user