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/LightningGunProjectile.h

    r5693 r5724  
    3030#define _LightningGunProjectile_H__
    3131
    32 #include "objects/weaponsystem/WeaponsystemPrereqs.h"
     32#include "weapons/WeaponsPrereqs.h"
    3333
    3434#include <string>
     
    3838namespace orxonox
    3939{
    40     class _WeaponsystemExport LightningGunProjectile : public BillboardProjectile
     40    class _WeaponsExport LightningGunProjectile : public BillboardProjectile
    4141    {
    4242        public:
Note: See TracChangeset for help on using the changeset viewer.