Changeset 7f884ea in network-game for common/Game.h


Ignore:
Timestamp:
Jan 24, 2014, 12:27:15 AM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
f66d04f
Parents:
e70b66b
Message:

Map-related structs are now outside of the WorldMap class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Game.h

    re70b66b r7f884ea  
    4646   void setRedScore(unsigned int score);
    4747
    48    void addObjectToMap(WorldMap::ObjectType objectType, int x, int y);
     48   void addObjectToMap(ObjectType objectType, int x, int y);
    4949
    5050   map<unsigned int, Player*>& getPlayers();
Note: See TracChangeset for help on using the changeset viewer.