Changeset 0678d60 in network-game for common/WorldMap.h


Ignore:
Timestamp:
Jan 22, 2014, 1:31:27 AM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
06fc7f7
Parents:
204edcf
Message:

All server warnings have been fixed and the WorldMap class has a new method to create flags (and, in the future, other objects) based on structures present on the map

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/WorldMap.h

    r204edcf r0678d60  
    5454   ~WorldMap();
    5555
     56   void createObjectsFromStructures();
     57
    5658   TerrainType getElement(int x, int y);
    5759   void setElement(int x, int y, TerrainType type);
Note: See TracChangeset for help on using the changeset viewer.