Empezando con los actores y polimorfismo. Ya pinta la plataforma movil

This commit is contained in:
2022-08-26 13:36:31 +02:00
parent aea71599ff
commit a4000d25db
12 changed files with 120 additions and 108 deletions

View File

@@ -19,7 +19,7 @@ private:
public:
// Constructor
ActorMovingPlatform();
ActorMovingPlatform(actor_t actor, SDL_Point p1, SDL_Point p2);
// Destructor
~ActorMovingPlatform();