Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2008, 11:43:48 AM (16 years ago)
Author:
rgrieder
Message:

Forgot to consider some files wile renaming StaticEntity to PositionableEntity again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/orxonox/objects/worldentities/Light.h

    r2151 r2184  
    3131
    3232#include "OrxonoxPrereqs.h"
    33 #include "StaticEntity.h"
     33#include "PositionableEntity.h"
    3434
    3535#include <string>
     
    4040namespace orxonox
    4141{
    42     class _OrxonoxExport Light : public StaticEntity
     42    class _OrxonoxExport Light : public PositionableEntity
    4343    {
    4444        public:
Note: See TracChangeset for help on using the changeset viewer.