Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gui_opengl/glgui_textfield.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
Line 
1/*!
2 * @file proto_class.h
3 * @brief Definition of ...
4*/
5
6#ifndef _PROTO_CLASS_H
7#define _PROTO_CLASS_H
8
9#include "base_object.h"
10
11// FORWARD DECLARATION
12
13
14
15//! A class for ...
16class ProtoClass : public BaseObject {
17
18 public:
19  ProtoClass();
20  virtual ~ProtoClass();
21
22
23 private:
24
25};
26
27#endif /* _PROTO_CLASS_H */
Note: See TracBrowser for help on using the repository browser.