Changeset 673 for code/branches/FICN/src/orxonox/objects/weapon_system
- Timestamp:
- Dec 22, 2007, 10:15:06 PM (18 years ago)
- Location:
- code/branches/FICN/src/orxonox/objects/weapon_system
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/weapon_system/AmmunitionDump.h
r668 r673 27 27 28 28 29 #ifndef AmmunitionDump_H30 #define AmmunitionDump_H29 #ifndef _AmmunitionDump_H__ 30 #define _AmmunitionDump_H__ 31 31 32 32 #include <OgrePrerequisites.h> … … 66 66 } 67 67 68 #endif /* AmmunitionDump_H*/68 #endif /* _AmmunitionDump_H__ */ -
code/branches/FICN/src/orxonox/objects/weapon_system/BarrelGun.h
r668 r673 27 27 28 28 29 #ifndef BARREL_GUN_H30 #define BARREL_GUN_H29 #ifndef _BarrelGun_H__ 30 #define _BarrelGun_H__ 31 31 32 32 #include <OgrePrerequisites.h> … … 62 62 } 63 63 64 #endif /* BARREL_GUN_H*/64 #endif /* _BarrelGun_H__ */ -
code/branches/FICN/src/orxonox/objects/weapon_system/BaseWeapon.h
r668 r673 27 27 28 28 29 #ifndef BASE_WEAPON_H30 #define BASE_WEAPON_H29 #ifndef _BaseWeapon_H__ 30 #define _BaseWeapon_H__ 31 31 32 32 #include <OgrePrerequisites.h> … … 124 124 } 125 125 126 #endif /* BASE_WEAPON_H*/126 #endif /* _BaseWeapon_H__ */ -
code/branches/FICN/src/orxonox/objects/weapon_system/Bullet.h
r669 r673 27 27 28 28 29 #ifndef BULLET_H30 #define BULLET_H29 #ifndef _Bullet_H__ 30 #define _Bullet_H__ 31 31 32 32 #include <OgrePrerequisites.h> … … 49 49 } 50 50 51 #endif /* BULLET_H*/51 #endif /* _Bullet_H__ */ -
code/branches/FICN/src/orxonox/objects/weapon_system/BulletManager.h
r668 r673 27 27 28 28 29 #ifndef BULLET_MANAGER_H30 #define BULLET_MANAGER_H29 #ifndef _BulletManager_H__ 30 #define _BulletManager_H__ 31 31 32 32 #include <OgrePrerequisites.h> … … 67 67 } 68 68 69 #endif /* BULLET_MANAGER_H*/69 #endif /* _BulletManager_H__ */ -
code/branches/FICN/src/orxonox/objects/weapon_system/WeaponStation.h
r668 r673 27 27 28 28 29 #ifndef WEAPON_STATION_H30 #define WEAPON_STATION_H29 #ifndef _WeaponStation_H__ 30 #define _WeaponStation_H__ 31 31 32 32 #include <OgrePrerequisites.h> … … 63 63 } 64 64 65 #endif /* WEAPON_STATION_H*/65 #endif /* _WeaponStation_H__ */
Note: See TracChangeset
for help on using the changeset viewer.