mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 16:03:42 +00:00
5 lines
226 B
C++
5 lines
226 B
C++
#include "../../../../Minecraft.World/Platform/stdafx.h"
|
|
|
|
#include "LinuxLeaderboardManager.h"
|
|
|
|
LeaderboardManager *LeaderboardManager::m_instance = new LinuxLeaderboardManager(); //Singleton instance of the LeaderboardManager
|