Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6871 in orxonox.OLD for trunk/src/world_entities/playable.h


Ignore:
Timestamp:
Jan 30, 2006, 9:39:58 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: small fixes (cleanup)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.h

    r6868 r6871  
    2727    virtual ~Playable();
    2828
    29     virtual void enter()=0;
    30     virtual void leave()=0;
     29    virtual void enter() = 0;
     30    virtual void leave() = 0;
    3131
    3232    virtual bool pickup(PowerUp* powerUp);
     
    5454    /** @return a List of Events in PEV_* sytle */
    5555    inline const std::list<int>& getEventList() { return this->events; };
    56    
     56
    5757    int       writeSync(const byte* data, int length, int sender);
    5858    int       readSync(byte* data, int maxLength );
Note: See TracChangeset for help on using the changeset viewer.