refactor: Move all commands to their own files (#4946)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
class QString;
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
struct CommandContext;
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
namespace chatterino::commands {
|
||||
|
||||
/// /vip
|
||||
QString addVIP(const CommandContext &ctx);
|
||||
|
||||
} // namespace chatterino::commands
|
||||
Reference in New Issue
Block a user