Changeset c666518 in network-game for common/Game.h


Ignore:
Timestamp:
Oct 17, 2014, 1:19:28 AM (10 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
aee0634
Parents:
84754c0
Message:

Move handleGameEvents and handlePlayers events from the Game class to the server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Game.h

    r84754c0 rc666518  
    6161   void dealDamageToPlayer(Player* p, int damage);
    6262
    63    bool handleGameEvents();
    64    bool handlePlayerEvents(Player* p);
    65 
    6663   void assignProjectileId(Projectile* p);
    6764   void updateUnusedProjectileId();
Note: See TracChangeset for help on using the changeset viewer.