Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/world_entities/items/item_container.h @ 6693

Last change on this file since 6693 was 6693, checked in by patrick, 18 years ago

branches: removed spaceshipcontrol branche

File size: 390 bytes
RevLine 
[4838]1/*!
[6655]2 * @file item_container.h
3 * @brief Definition of a Container for Items one can pick up
4 */
[1853]5
[6655]6#ifndef _ITEM_CONTAINER_H
7#define _ITEM_CONTAINER_H
[1853]8
[3543]9#include "base_object.h"
[1853]10
[4838]11// FORWARD DECLARATION
[3543]12
13
[2036]14
[6655]15//! A class for storing collected Items.
16class ItemContainer : public BaseObject {
[1853]17
[1904]18 public:
[6655]19  ItemContainer();
20  virtual ~ItemContainer();
[1853]21
[3245]22
23 private:
24
[1853]25};
26
[6655]27#endif /* _ITEM_CONTAINER_H */
Note: See TracBrowser for help on using the repository browser.