refactor: player cameras are resources now

This commit is contained in:
MihailRis
2024-07-12 00:02:01 +03:00
parent 9623f35862
commit 9a18476437
4 changed files with 36 additions and 20 deletions
+2
View File
@@ -75,6 +75,8 @@ public:
}
void onSave();
std::shared_ptr<Camera> getCamera(const std::string& name);
};
#endif /* WORLD_LEVEL_HPP_ */