Initial commit

This commit is contained in:
daoge_cmd
2026-03-01 12:16:08 +08:00
parent def8cb4153
commit b691c43c44
19437 changed files with 4363922 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#include "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