mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-08 10:25:59 +03:00
8 lines
161 B
C++
8 lines
161 B
C++
#include "console/Command.hpp"
|
|
#include "console/command/Commands.hpp"
|
|
#include "util/Unimplemented.hpp"
|
|
|
|
DECLARE_COMMAND(SetMap) {
|
|
WHOA_UNIMPLEMENTED(1);
|
|
}
|