source:
orxonox.OLD/orxonox/trunk/src/proto/proto_class.h
@
4450
Last change on this file since 4450 was 3955, checked in by bensch, 20 years ago | |
---|---|
File size: 316 bytes |
Rev | Line | |
---|---|---|
[3245] | 1 | /*! |
[3246] | 2 | \file proto_class.h |
[3955] | 3 | \brief Definition of ... |
[3329] | 4 | |
[3245] | 5 | */ |
[1853] | 6 | |
[3224] | 7 | #ifndef _PROTO_CLASS_H |
8 | #define _PROTO_CLASS_H | |
[1853] | 9 | |
[3543] | 10 | #include "base_object.h" |
[1853] | 11 | |
[3955] | 12 | // FORWARD DEFINITION |
[3543] | 13 | |
14 | ||
[2036] | 15 | |
[3955] | 16 | //! A class for ... |
[3365] | 17 | class ProtoClass : public BaseObject { |
[1853] | 18 | |
[1904] | 19 | public: |
[3543] | 20 | ProtoClass(); |
21 | virtual ~ProtoClass(); | |
[1853] | 22 | |
[3245] | 23 | |
24 | private: | |
25 | ||
[1853] | 26 | }; |
27 | ||
[3224] | 28 | #endif /* _PROTO_CLASS_H */ |
Note: See TracBrowser
for help on using the repository browser.