mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-05-07 06:38:13 +00:00
8 lines
93 B
C++
8 lines
93 B
C++
#pragma once
|
|
|
|
class AchievementManager
|
|
{
|
|
|
|
private:
|
|
static AchievementManager *m_instance;
|
|
}; |