1 #ifndef CPP3DS_SERVICE_H
2 #define CPP3DS_SERVICE_H
4 #include <cpp3ds/Config.hpp>
23 static bool enable(ServiceName service);
24 static bool disable(ServiceName service);
25 static bool isEnabled(ServiceName service);
28 static Uint16 m_enabledServices;
30 static u32* m_socBuffer;
37 #endif //CPP3DS_SERVICE_H