Changeset 5686 for code/branches/libraries/src/orxonox/objects/weaponsystem/projectiles/Projectile.h
- Timestamp:
- Aug 29, 2009, 6:37:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/objects/weaponsystem/projectiles/Projectile.h
r3196 r5686 30 30 #define _Projectile_H__ 31 31 32 #include " OrxonoxPrereqs.h"32 #include "objects/weaponsystem/WeaponsystemPrereqs.h" 33 33 34 34 #include "tools/Timer.h" … … 38 38 namespace orxonox 39 39 { 40 class _ OrxonoxExport Projectile : public MovableEntity, public PawnListener40 class _WeaponsystemExport Projectile : public MovableEntity, public PawnListener 41 41 { 42 42 public:
Note: See TracChangeset
for help on using the changeset viewer.