Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/script_engine/script.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/script_engine/script.h
r9692 r9715 22 22 class Script : public BaseObject 23 23 { 24 NewObjectListDeclaration(Script);24 ObjectListDeclaration(Script); 25 25 public: 26 26 Script(const TiXmlElement* root = NULL);
Note: See TracChangeset
for help on using the changeset viewer.