Changeset 9709 in orxonox.OLD for branches/new_class_id/src/lib/script_engine/script_class.h
- Timestamp:
- Aug 31, 2006, 10:51:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/script_engine/script_class.h
r9699 r9709 29 29 public: 30 30 virtual ~ScriptClass(); 31 32 const std::string& getName() const { return this->getName(); }33 bool operator==(const std::string& name) const { return (this->getName() == name); }34 bool operator==(NewClassID classID) const { return (this->_classID == classID); }35 31 36 32 virtual void registerClass(Script* script) = 0;
Note: See TracChangeset
for help on using the changeset viewer.