source:
orxonox.OLD/orxonox/trunk/core/proto_class.h
@
1878
| Last change on this file since 1878 was 1853, checked in by patrick, 22 years ago | |
|---|---|
| File size: 124 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | #ifndef PROTO_CLASS_H |
| 3 | #define PROTO_CLASS_H |
| 4 | |
| 5 | |
| 6 | class ProtoClass { |
| 7 | |
| 8 | private: |
| 9 | ProtoClass (); |
| 10 | ~ProtoClass (); |
| 11 | |
| 12 | }; |
| 13 | |
| 14 | #endif |
Note: See TracBrowser
for help on using the repository browser.










