|
Potato Engine
|
#include <vector>#include <type_traits>#include "Util/Vector2.hpp"#include "Game/Actors/Actor.hpp"Go to the source code of this file.
Classes | |
| class | World |
| Local level managing gameplay interactions. More... | |
Typedefs | |
| using | ActorPool = std::vector<Actor*> |
| Collection of actors in world. | |