- Timestamp:
- Dec 28, 2007, 10:30:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/weapon_system/AmmunitionDump.h
r673 r708 32 32 #include <OgrePrerequisites.h> 33 33 34 #include " orxonox/OrxonoxPrereqs.h"34 #include "../../OrxonoxPrereqs.h" 35 35 36 36 #include "network/Synchronisable.h" 37 37 //#include "../core/CoreIncludes.h" 38 #include "misc/String.h" 38 39 #include "../BaseObject.h" 39 40 … … 46 47 ~AmmunitionDump(); 47 48 48 void setDumpSize(const Ogre::String &name, int size);49 void setDumpSize(const String &name, int size); 49 50 50 int store(const Ogre::String &name, int quantiy);51 int store(const String &name, int quantiy); 51 52 52 int getAmmunition(const Ogre::String &name, int quantity);53 int getAmmunition(const String &name, int quantity); 53 54 54 int getStockSize(const Ogre::String &name);55 int getStockSize(const String &name); 55 56 56 57 virtual void loadParams(TiXmlElement* xmlElem) { BaseObject::loadParams(xmlElem); };
Note: See TracChangeset
for help on using the changeset viewer.