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