Plataformas moviles completadas

This commit is contained in:
2022-08-27 09:36:43 +02:00
parent 43c10d335b
commit 2e102160e6
9 changed files with 61 additions and 12 deletions

View File

@@ -65,6 +65,9 @@ public:
// Obtiene el nombre del actor
actor_name_e getName();
// Obtiene el valor de la variable
int getIncX();
};
#endif