Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/heightMap/src/proto/proto_class.h @ 4122

Last change on this file since 4122 was 4122, checked in by bensch, 19 years ago

orxonox/branches/heightMap: merged the Trunk back into branches/heightMap:
merged with Command
svn merge -r 3918:HEAD trunk branches/heightMap
conflicts resolved in favor of the Trunk

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