mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-03 13:14:22 +00:00
* Remove stdafx.h and some <unordered_set> includes * Update Minecraft Server Defines and remove more unused folders/files * Unbloat stdafx.h from Minecraft.World
14 lines
517 B
C++
14 lines
517 B
C++
#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
|