summaryrefslogtreecommitdiff
path: root/Unit.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-07-10 23:17:34 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2018-07-10 23:17:34 +0200
commit20936e93023c18f54d217c66b0e08fa80f4f7d50 (patch)
tree613f81844cfbceb5a097c4ccf77dc3688081b3e4 /Unit.h
parent14c12aeea30d59e9c811f1cc8c7019053d646033 (diff)
downloadpocketempires-20936e93023c18f54d217c66b0e08fa80f4f7d50.tar.gz
Camera is now an independent instance, and HumanPlayer only holds a reference to it.
Diffstat (limited to 'Unit.h')
-rw-r--r--Unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Unit.h b/Unit.h
index 960154a..7a5f59f 100644
--- a/Unit.h
+++ b/Unit.h
@@ -42,7 +42,7 @@ class Unit : public BaseUnit
};
explicit Unit(const Unit::tUnitID eUnitID = UNIT_ID_NONE);
- void create(const enum Unit::tUnitID eUnitID);
+ void create(const enum Unit::tUnitID eUnitID, const uint16_t x, const uint16_t y);
void handler(void);
private: