Last change
on this file since 4344 was
4329,
checked in by patrick, 20 years ago
|
orxonox/trunk: started work on new event handler
|
File size:
316 bytes
|
Rev | Line | |
---|
[4329] | 1 | /*! |
---|
| 2 | \file proto_class.h |
---|
| 3 | \brief Definition of ... |
---|
| 4 | |
---|
| 5 | */ |
---|
| 6 | |
---|
| 7 | #ifndef _PROTO_CLASS_H |
---|
| 8 | #define _PROTO_CLASS_H |
---|
| 9 | |
---|
| 10 | #include "base_object.h" |
---|
| 11 | |
---|
| 12 | // FORWARD DEFINITION |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | |
---|
| 16 | //! A class for ... |
---|
| 17 | class ProtoClass : public BaseObject { |
---|
| 18 | |
---|
| 19 | public: |
---|
| 20 | ProtoClass(); |
---|
| 21 | virtual ~ProtoClass(); |
---|
| 22 | |
---|
| 23 | |
---|
| 24 | private: |
---|
| 25 | |
---|
| 26 | }; |
---|
| 27 | |
---|
| 28 | #endif /* _PROTO_CLASS_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.