cambiado el nombre de map.h a room.h

This commit is contained in:
2022-07-01 21:26:43 +02:00
parent 661b920dfa
commit 5530502bcf
10 changed files with 97 additions and 42 deletions

11
source/room.cpp Normal file
View File

@@ -0,0 +1,11 @@
#include "Map.h"
// Constructor
Map::Map()
{
}
// Destructor
Map::~Map()
{
}