mirror of
https://github.com/ProgramSnail/rts_game_backend.git
synced 2025-12-07 02:08:43 +00:00
added elements in unit, map, game
This commit is contained in:
parent
220dd71d8f
commit
733bcbd99d
10 changed files with 116 additions and 16 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#include "unit.hpp"
|
||||
|
||||
namespace unit {
|
||||
|
||||
Unit::Unit(map::GameMap* map, events::EventCenter* events) {
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue