mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-23 09:34:42 +00:00
8 lines
93 B
C++
8 lines
93 B
C++
#pragma once
|
|
|
|
class AchievementManager
|
|
{
|
|
|
|
private:
|
|
static AchievementManager *m_instance;
|
|
}; |