Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/old.chris/src/proto_class.h @ 3500

Last change on this file since 3500 was 2058, checked in by chris, 20 years ago

orxonox/branches/chris: Trunk remerged into my branch started on SDL reconfiguration

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