Changeset 2098 for code/trunk/src/orxonox/objects/weaponSystem/weapons
- Timestamp:
- Nov 1, 2008, 11:17:22 PM (16 years ago)
- Location:
- code/trunk/src/orxonox/objects/weaponSystem/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/weaponSystem/weapons/LaserGun.h
r2097 r2098 35 35 36 36 #include "LaserGunMunition.h" 37 #include "../tools/BillboardSet.h" 37 #include "tools/BillboardSet.h" 38 #include "util/Math.h" 38 39 39 40 namespace orxonox -
code/trunk/src/orxonox/objects/weaponSystem/weapons/Missile.h
r2097 r2098 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include " core/BaseObject.h"34 #include "objects/weaponSystem/Weapon.h" 35 35 36 36 37 37 namespace orxonox 38 38 { 39 class _OrxonoxExport Missile : public BaseObject : publicWeapon39 class _OrxonoxExport Missile : public Weapon 40 40 { 41 41 public:
Note: See TracChangeset
for help on using the changeset viewer.