Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gui_opengl/glgui_colorselector.h @ 5314

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

orxonox/trunk: added some files, that might be interessting for the GL_GUI

File size: 313 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 {
[1853]17
[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.