mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-04-23 23:47:57 +00:00
5 lines
193 B
C++
5 lines
193 B
C++
#include "stdafx.h"
|
|
|
|
#include "WindowsLeaderboardManager.h"
|
|
|
|
LeaderboardManager *LeaderboardManager::m_instance = new WindowsLeaderboardManager(); //Singleton instance of the LeaderboardManager
|