Finish up singleton refactoring into one giant class
This commit is contained in:
@@ -22,10 +22,9 @@ namespace singletons {
|
||||
|
||||
class EmoteManager
|
||||
{
|
||||
EmoteManager();
|
||||
friend class Application;
|
||||
|
||||
public:
|
||||
EmoteManager();
|
||||
|
||||
~EmoteManager() = delete;
|
||||
|
||||
void initialize();
|
||||
|
||||
Reference in New Issue
Block a user