mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-25 04:15:37 +00:00
8 lines
93 B
C++
8 lines
93 B
C++
#pragma once
|
|
|
|
class AchievementManager
|
|
{
|
|
|
|
private:
|
|
static AchievementManager *m_instance;
|
|
}; |