Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/proto/proto_class.h @ 9718

Last change on this file since 9718 was 9718, checked in by bensch, 18 years ago

more thoughts on Resources, and soon going to adapt… i think i've got a clue :)

File size: 349 bytes
RevLine 
[4838]1/*!
2 * @file proto_class.h
3 * @brief Definition of ...
[3245]4*/
[1853]5
[3224]6#ifndef _PROTO_CLASS_H
7#define _PROTO_CLASS_H
[1853]8
[3543]9#include "base_object.h"
[1853]10
[4838]11// FORWARD DECLARATION
[3543]12
13
[2036]14
[3955]15//! A class for ...
[3365]16class ProtoClass : public BaseObject {
[9718]17  ObjectListDeclaration(ProtoClass);
[1904]18 public:
[3543]19  ProtoClass();
20  virtual ~ProtoClass();
[1853]21
[3245]22
23 private:
24
[1853]25};
26
[3224]27#endif /* _PROTO_CLASS_H */
Note: See TracBrowser for help on using the repository browser.