Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 23, 2006, 2:02:22 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: ammoContainer added

Location:
trunk/src/world_entities/items
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/items/item_container.cc

    r6653 r6655  
    1010
    1111   ### File Specific:
    12    main-programmer: ...
     12   main-programmer: Benjamin Grauer
    1313   co-programmer: ...
    1414*/
     
    1616//#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_
    1717
    18 #include "proto_class.h"
     18#include "item_container.h"
    1919
    2020using namespace std;
     
    2525 * @todo this constructor is not jet implemented - do it
    2626*/
    27 ProtoClass::ProtoClass ()
     27ItemContainer::ItemContainer ()
    2828{
    29    this->setClassID(CL_PROTO_ID, "ProtoClass");
     29   this->setClassID(CL_ITEM_CONTAINER, "ItemContainer");
    3030
    3131   /* If you make a new class, what is most probably the case when you write this file
     
    4545 * standard deconstructor
    4646*/
    47 ProtoClass::~ProtoClass ()
     47ItemContainer::~ItemContainer ()
    4848{
    4949  // delete what has to be deleted here
Note: See TracChangeset for help on using the changeset viewer.