Changeset 9686 in orxonox.OLD for branches/new_class_id/src/lib/lang/base_object.h
- Timestamp:
- Aug 22, 2006, 2:36:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/lang/base_object.h
r9684 r9686 52 52 53 53 bool isA(const NewObjectListBase& objectList) const; 54 bool isA(const NewClassID& classID) const; 54 55 bool isA(int classID) const; 55 56 bool isA(const std::string& className) const;
Note: See TracChangeset
for help on using the changeset viewer.