Changeset 3302 in orxonox.OLD for orxonox/branches/parenting/src/proto_class.h
- Timestamp:
- Dec 27, 2004, 9:31:52 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/proto_class.h
r3246 r3302 12 12 /*class Test;*/ /* forward definition of class Test (without including it here!)*/ 13 13 14 class ProtoClass {14 class ProtoClass : public BaseObject { 15 15 16 16 public:
Note: See TracChangeset
for help on using the changeset viewer.