Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2008, 2:44:48 AM (16 years ago)
Author:
landauf
Message:

added two more graphical classes, ParticleEmitter and ParticleSpawner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/core/Event.cc

    r2063 r2065  
    2929#include "Event.h"
    3030#include "BaseObject.h"
     31#include "Executor.h"
    3132
    3233namespace orxonox
    3334{
     35    EventContainer::~EventContainer()
     36    {
     37        delete this->eventfunction_;
     38    }
     39
    3440    void EventContainer::process(BaseObject* object, const Event& event)
    3541    {
Note: See TracChangeset for help on using the changeset viewer.