Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3543 in orxonox.OLD for orxonox/trunk/src/light.h


Ignore:
Timestamp:
Mar 14, 2005, 10:14:41 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: some more classes now destroy themselves via virtual-destructors and call to predecessing destroy-function
also made
#include "stdincl.h" out of unnecessary h-files, so we got faster compile time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/light.h

    r3453 r3543  
    6060 public:
    6161  static Light* getInstance();
    62   ~Light(void);
     62  virtual ~Light(void);
     63  void destroy(void);
     64
    6365
    6466  // set Attributes
Note: See TracChangeset for help on using the changeset viewer.