Changeset 10661 in orxonox.OLD for branches/vs-enhencements/src/world_entities/weapons
- Timestamp:
- May 24, 2007, 3:22:51 PM (17 years ago)
- Location:
- branches/vs-enhencements/src/world_entities/weapons
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/world_entities/weapons/disruptor.cc
r10650 r10661 29 29 #include "elements/glgui_energywidgetvertical.h" 30 30 31 ObjectListDefinition(Disruptor); 31 32 CREATE_FACTORY(Disruptor); 32 // ObjectListDefinition(Disruptor);33 34 35 33 36 34 /** -
branches/vs-enhencements/src/world_entities/weapons/disruptor.h
r10648 r10661 15 15 class Disruptor : public Weapon 16 16 { 17 //ObjectListDeclaration(Disruptor);17 ObjectListDeclaration(Disruptor); 18 18 public: 19 19 Disruptor(); -
branches/vs-enhencements/src/world_entities/weapons/nadion_laser.cc
r10649 r10661 30 30 31 31 // 32 //ObjectListDefinition(NadionLaser);32 ObjectListDefinition(NadionLaser); 33 33 CREATE_FACTORY(NadionLaser); 34 34 /** -
branches/vs-enhencements/src/world_entities/weapons/nadion_laser.h
r10648 r10661 8 8 class NadionLaser : public Weapon 9 9 { 10 //ObjectListDeclaration(NadionLaser);10 ObjectListDeclaration(NadionLaser); 11 11 public: 12 12 NadionLaser(); -
branches/vs-enhencements/src/world_entities/weapons/rf_cannon.cc
r10649 r10661 29 29 #include "elements/glgui_energywidgetvertical.h" 30 30 31 32 ObjectListDefinition(RFCannon); 31 33 CREATE_FACTORY(RFCannon); 34 32 35 /** 33 36 * Standard constructor -
branches/vs-enhencements/src/world_entities/weapons/rf_cannon.h
r10641 r10661 10 10 class RFCannon : public Weapon 11 11 { 12 //ObjectListDeclaration(RFCannon);12 ObjectListDeclaration(RFCannon); 13 13 public: 14 14 RFCannon ();
Note: See TracChangeset
for help on using the changeset viewer.