Changeset 9715 in orxonox.OLD for branches/new_class_id/src/world_entities/extendable.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/extendable.h
r9685 r9715 16 16 //! A class for Extendable Entities 17 17 class Extendable : virtual public BaseObject { 18 NewObjectListDeclaration(Extendable);18 ObjectListDeclaration(Extendable); 19 19 20 20 public:
Note: See TracChangeset
for help on using the changeset viewer.