Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2009, 6:08:26 PM (15 years ago)
Author:
landauf
Message:

moved WeaponsystemPrereqs.h to the weapons module too, renamed as WeaponsPrereqs.h
renamed _WeaponsystemExport as _WeaponsExport
changed paths accordingly
compiles again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/modules/weapons/projectiles/ParticleProjectile.h

    r5693 r5724  
    3030#define _ParticleProjectile_H__
    3131
    32 #include "objects/weaponsystem/WeaponsystemPrereqs.h"
     32#include "weapons/WeaponsPrereqs.h"
    3333#include "BillboardProjectile.h"
    3434
    3535namespace orxonox
    3636{
    37     class _WeaponsystemExport ParticleProjectile : public BillboardProjectile
     37    class _WeaponsExport ParticleProjectile : public BillboardProjectile
    3838    {
    3939        public:
Note: See TracChangeset for help on using the changeset viewer.