Changeset 9588 for code/branches
- Timestamp:
- Mar 26, 2013, 11:40:05 PM (12 years ago)
- Location:
- code/branches/core6/src/libraries
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/input/JoyStick.h
r8729 r9588 36 36 #include <ois/OISJoyStick.h> 37 37 #include "InputDevice.h" 38 #include "core/config/Configurable.h" 38 39 39 40 namespace orxonox … … 58 59 */ 59 60 class _CoreExport JoyStick 60 : public OrxonoxClass61 : public Configurable 61 62 , public InputDeviceTemplated<JoyStickTraits> 62 63 , public OIS::JoyStickListener -
code/branches/core6/src/libraries/network/WANDiscoverable.h
r9579 r9588 30 30 31 31 #include "NetworkPrereqs.h" 32 #include "core/c lass/OrxonoxClass.h"32 #include "core/config/Configurable.h" 33 33 #include "MasterServerComm.h" 34 34 … … 36 36 { 37 37 38 class _NetworkExport WANDiscoverable: public OrxonoxClass38 class _NetworkExport WANDiscoverable: public Configurable 39 39 { 40 40 public:
Note: See TracChangeset
for help on using the changeset viewer.