Changeset 9361 in orxonox.OLD for branches/proxy/src/lib/lang
- Timestamp:
- Jul 20, 2006, 3:54:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/lang/base_object.h
r9347 r9361 17 17 #include <string> 18 18 19 #include "sigslot/slot.h" 20 19 21 class TiXmlNode; 20 22 class TiXmlElement; … … 22 24 23 25 //! A class all other classes are derived from 24 class BaseObject 26 class BaseObject : public sigslot::has_slots<> 25 27 { 26 28
Note: See TracChangeset
for help on using the changeset viewer.