Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 26, 2013, 11:40:05 PM (11 years ago)
Author:
landauf
Message:

JoyStick and WANDiscoverable use only config values → inherit from Configurable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/network/WANDiscoverable.h

    r9579 r9588  
    3030
    3131#include "NetworkPrereqs.h"
    32 #include "core/class/OrxonoxClass.h"
     32#include "core/config/Configurable.h"
    3333#include "MasterServerComm.h"
    3434
     
    3636{
    3737
    38   class _NetworkExport WANDiscoverable: public OrxonoxClass
     38  class _NetworkExport WANDiscoverable: public Configurable
    3939  {
    4040    public:
Note: See TracChangeset for help on using the changeset viewer.