mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-26 19:04:26 +00:00
5 lines
227 B
C++
5 lines
227 B
C++
#include "../../../../Minecraft.World/Build/stdafx.h"
|
|
|
|
#include "WindowsLeaderboardManager.h"
|
|
|
|
LeaderboardManager *LeaderboardManager::m_instance = new WindowsLeaderboardManager(); //Singleton instance of the LeaderboardManager
|