Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5239 in orxonox.OLD for trunk/src/lib/event/event.h


Ignore:
Timestamp:
Sep 24, 2005, 11:13:32 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: compile-performance-stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/event/event.h

    r5143 r5239  
    1010
    1111
    12 #include "base_object.h"
     12//#include "base_object.h"
    1313#include "sdlincl.h"
    1414
    1515//! An abstract event class
    16 class Event : virtual public BaseObject {
     16class Event {
    1717
    1818 public:
    1919  Event();
    20   virtual ~Event();
    21 
    2220
    2321  int      offset;                      //!< offset in the event type array
Note: See TracChangeset for help on using the changeset viewer.