added elements in unit, map, game

This commit is contained in:
ProgramSnail 2021-04-12 01:51:12 +03:00
parent 220dd71d8f
commit 733bcbd99d
10 changed files with 116 additions and 16 deletions

View file

@ -1,5 +1,7 @@
#include "unit.hpp"
namespace unit {
Unit::Unit(map::GameMap* map, events::EventCenter* events) {
}
}