GCAdapter: protect some more functions

Reset() and Setup() are not used outside of this namespace
This commit is contained in:
mathieui
2016-05-19 21:52:44 +02:00
parent 54b4efff6b
commit 1bbbe92cd2
4 changed files with 9 additions and 8 deletions

View File

@ -19,9 +19,7 @@ enum ControllerTypes
CONTROLLER_WIRELESS = 2
};
void Init();
void Reset();
void ResetRumble();
void Setup();
void Shutdown();
void SetAdapterCallback(std::function<void(void)> func);
void StartScanThread();