put singletons into their namespace
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <vector>
|
||||
|
||||
namespace chatterino {
|
||||
namespace singletons {
|
||||
|
||||
class CommandManager
|
||||
{
|
||||
@@ -36,3 +37,4 @@ public:
|
||||
// std::vector<Command> commands;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user