Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2007, 3:02:03 PM (16 years ago)
Author:
rgrieder
Message:
  • updated to current revision from Visual studio directory
  • hopefully working libraries with cmake
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto/src/weapon/ammunition_dump.h

    r190 r267  
    4141  {
    4242  public:
    43           AmmunitionDump();
     43    AmmunitionDump();
    4444          ~AmmunitionDump();
    4545
     46    void setDumpSize(const Ogre::String &name, int size);
     47
     48    int store(const Ogre::String &name, int quantiy);
     49
     50    int getAmmunition(const Ogre::String &name, int quantity);
     51
     52    int getStockSize(const Ogre::String &name);
     53
    4654  protected:
     55    int numberOfAmmos_;
     56    int *stock_;
     57    int *capacity_;
    4758
    4859  protected:
Note: See TracChangeset for help on using the changeset viewer.