mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
6 lines
134 B
C++
6 lines
134 B
C++
#include "console/command/Commands.hpp"
|
|
#include "util/Unimplemented.hpp"
|
|
|
|
DECLARE_COMMAND(BufferSize) {
|
|
WHOA_UNIMPLEMENTED(1);
|
|
}
|