Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 1, 2015, 1:37:29 PM (9 years ago)
Author:
landauf
Message:

fixed build of objects and mini4Dgame modules (MSVC)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS14/src/modules/objects/controllers/TurretController.h

    r10147 r10220  
    3434#define _TurretController_H__
    3535
    36 #include "OrxonoxPrereqs.h"
     36#include "objects/ObjectsPrereqs.h"
    3737#include "controllers/ArtificialController.h"
    3838
     
    4545                The controllableEntity gets casted to Turret, so this controller won't work for anything else.
    4646        */
    47         class _OrxonoxExport TurretController : public ArtificialController, public Tickable
     47        class _ObjectsExport TurretController : public ArtificialController, public Tickable
    4848        {
    4949                public:
Note: See TracChangeset for help on using the changeset viewer.