Borrado todo el código y vuelta a empezar

This commit is contained in:
2022-08-11 09:19:49 +02:00
parent 1301ef6a27
commit 57ddf60c1b
24 changed files with 125 additions and 1336 deletions

10
source/actors.cpp Normal file
View File

@@ -0,0 +1,10 @@
#include "actors.h"
// Constructor
Actors::Actors()
{
}
Actors::~Actors()
{
}