fixed windows build
This commit is contained in:
parent
794fa5bba0
commit
5aff6f6326
13 changed files with 33 additions and 27 deletions
|
@ -9,8 +9,8 @@
|
|||
class ActorFactory
|
||||
{
|
||||
public:
|
||||
static std::shared_ptr<Actor> CreateActor(SDL_FRect hitbox);
|
||||
static std::shared_ptr<MovingActor> CreateMovingActor(SDL_FRect hitbox);
|
||||
static std::shared_ptr<Actor> CreateActor(Vector2D position, Hitbox moveHitbox, Hitbox combatHitbox);
|
||||
static std::shared_ptr<MovingActor> CreateMovingActor(Vector2D position, Hitbox moveHitbox, Hitbox combatHitbox);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue