Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2009, 10:38:48 PM (15 years ago)
Author:
landauf
Message:

Added CMakeLists, ObjectsPrereqs.h and _ObjectsExport
Changed Paths in the files of the objects module
Compiles now again

Btw, I had to link the objects module into the weaponsystem module because the projectile is hardcoded at the moment and therefore needs a collision shape. This will be changed somewhen in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/orxonox/OrxonoxPrereqs.h

    r5727 r5730  
    107107
    108108    // mixed
    109     class EventListener;
    110     class EventDispatcher;
    111     class EventTarget;
    112 
    113109    class SpawnPoint;
    114110    class TeamSpawnPoint;
    115111
    116     class Attacher;
    117112    class CameraPosition;
    118113    class Sublevel;
    119     class ForceField;
    120114    class Radar;
    121115
     
    158152    class RotatingEngine;
    159153
    160     // trigger
    161     class Trigger;
    162     class DistanceTrigger;
    163     class EventTrigger;
    164     class CheckPoint;
    165 
    166154    // weaponsystem
    167155    class WeaponSystem;
     
    192180    // collision
    193181    class CollisionShape;
    194     class SphereCollisionShape;
    195182    class CompoundCollisionShape;
    196     class PlaneCollisionShape;
    197183    class WorldEntityCollisionShape;
    198184
Note: See TracChangeset for help on using the changeset viewer.