mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-23 04:18:13 +05: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
|