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/modules/objects/ForceField.h

    r5728 r5730  
    3131#define _ForceField_H__
    3232
    33 #include "OrxonoxPrereqs.h"
     33#include "objects/ObjectsPrereqs.h"
    3434
    3535#include "tools/interfaces/Tickable.h"
    36 #include "StaticEntity.h"
     36#include "objects/worldentities/StaticEntity.h"
    3737
    3838namespace orxonox
    3939{
    40     class _OrxonoxExport ForceField : public StaticEntity, public Tickable
     40    class _ObjectsExport ForceField : public StaticEntity, public Tickable
    4141    {
    4242    public:
Note: See TracChangeset for help on using the changeset viewer.