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/munitions/ReplenishingMunition.h

    r5693 r5724  
    3030#define _ReplenishingMunition_H__
    3131
    32 #include "objects/weaponsystem/WeaponsystemPrereqs.h"
     32#include "weapons/WeaponsPrereqs.h"
    3333
    3434#include "tools/Timer.h"
     
    3737namespace orxonox
    3838{
    39     class _WeaponsystemExport ReplenishingMunition : public Munition
     39    class _WeaponsExport ReplenishingMunition : public Munition
    4040    {
    4141        public:
Note: See TracChangeset for help on using the changeset viewer.