añadido map.h y map.cpp

This commit is contained in:
2022-07-01 20:21:28 +02:00
parent 37325a2ec3
commit 661b920dfa
7 changed files with 70 additions and 32 deletions
+11
View File
@@ -0,0 +1,11 @@
#include "Map.h"
// Constructor
Map::Map()
{
}
// Destructor
Map::~Map()
{
}