Changeset 3605 in orxonox.OLD for orxonox/branches/levelloader/src/proto_class.h
- Timestamp:
- Mar 18, 2005, 11:52:15 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/proto_class.h
r3365 r3605 11 11 #define _PROTO_CLASS_H 12 12 13 #include "stdincl.h" 13 #include "what realy has to be included" 14 #include "base_object.h" 15 16 // FORWARD DEFINITION \\ 17 class someClassWeNeed; 18 14 19 15 20 /*class Test;*/ /* forward definition of class Test (without including it here!)*/ … … 22 27 23 28 public: 24 ProtoClass 25 ~ProtoClass();29 ProtoClass(); 30 virtual ~ProtoClass(); 26 31 27 32 bool doNonSense (int nothing);
Note: See TracChangeset
for help on using the changeset viewer.