the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
1#include "stdafx.h"
2#include "AchievementManager.h"
3
4using namespace Platform;
5using namespace Windows::Data;
6using namespace Windows::Foundation;
7using namespace Windows::Foundation::Collections;
8using namespace Windows::Xbox::System;
9using namespace Microsoft::WRL;
10using namespace Microsoft::WRL::Details;
11using namespace Microsoft::Xbox::Services;
12using namespace Microsoft::Xbox::Services::Achievements;
13
14
15AchievementManager *AchievementManager::m_instance = new AchievementManager(); //Singleton instance of the Achievement Manager