17 lines
230 B
C++
17 lines
230 B
C++
#pragma once
|
|
|
|
class QString;
|
|
|
|
namespace chatterino {
|
|
|
|
struct CommandContext;
|
|
|
|
} // namespace chatterino
|
|
|
|
namespace chatterino::commands {
|
|
|
|
/// /vip
|
|
QString addVIP(const CommandContext &ctx);
|
|
|
|
} // namespace chatterino::commands
|