Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2009, 12:38:36 AM (15 years ago)
Author:
landauf
Message:

Removed /objects/ from all paths (except from those in the objects module of course).
Compiles again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/modules/weapons/weaponmodes/EnergyDrink.cc

    r5724 r5735  
    3232#include "core/Executor.h"
    3333#include "core/XMLPort.h"
    34 #include "objects/worldentities/Model.h"
     34#include "worldentities/Model.h"
    3535
    3636#include "weapons/projectiles/Projectile.h"
    3737#include "weapons/MuzzleFlash.h"
    38 #include "objects/weaponsystem/Weapon.h"
    39 #include "objects/weaponsystem/WeaponPack.h"
    40 #include "objects/weaponsystem/WeaponSystem.h"
     38#include "weaponsystem/Weapon.h"
     39#include "weaponsystem/WeaponPack.h"
     40#include "weaponsystem/WeaponSystem.h"
    4141
    4242namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.