Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/dave/core/proto_class.h @ 1885

Last change on this file since 1885 was 1853, checked in by patrick, 20 years ago

orxonox/trunk: added working configure, Makefile and extended core-system

File size: 124 bytes
Line 
1
2#ifndef PROTO_CLASS_H
3#define PROTO_CLASS_H
4
5
6class ProtoClass {
7
8 private:
9  ProtoClass ();
10  ~ProtoClass ();
11
12};
13
14#endif
Note: See TracBrowser for help on using the repository browser.