SnuviCommands.h 189 B

1234567891011
  1. #ifndef SNUVI_COMMANDS_H
  2. #define SNUVI_COMMANDS_H
  3. #include "server/commands/Commands.h"
  4. namespace SnuviCommands {
  5. void init();
  6. void callEvent(Commands::Arguments& args);
  7. }
  8. #endif