mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 15:53:37 +00:00
15 lines
574 B
C++
15 lines
574 B
C++
#include "../../../../Minecraft.World/Platform/stdafx.h"
|
|
#include "AchievementManager.h"
|
|
|
|
using namespace Platform;
|
|
using namespace Windows::Data;
|
|
using namespace Windows::Foundation;
|
|
using namespace Windows::Foundation::Collections;
|
|
using namespace Windows::Xbox::System;
|
|
using namespace Microsoft::WRL;
|
|
using namespace Microsoft::WRL::Details;
|
|
using namespace Microsoft::Xbox::Services;
|
|
using namespace Microsoft::Xbox::Services::Achievements;
|
|
|
|
|
|
AchievementManager *AchievementManager::m_instance = new AchievementManager(); //Singleton instance of the Achievement Manager
|