Changeset 12104 for code/branches/wagnis_HS18
- Timestamp:
- Nov 14, 2018, 10:43:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wagnis_HS18/src/modules/wagnis/WagnisProvince.h
r12102 r12104 37 37 38 38 void addNeighbor(WagnisProvince*); 39 40 private:39 std::vector<WagnisProvince*> neighbors; 40 41 41 int owner_ID; 42 42 int troops; 43 43 int ID; 44 44 int continent; 45 std::vector<WagnisProvince*> neighbors;45 46 46 Billboard* markerBillboard; 47 47 };
Note: See TracChangeset
for help on using the changeset viewer.