mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-26 22:06:06 +03:00
7 lines
139 B
C++
7 lines
139 B
C++
#include "console/command/Commands.hpp"
|
|
#include "util/Unimplemented.hpp"
|
|
|
|
DECLARE_COMMAND(CurrentSettings) {
|
|
WHOA_UNIMPLEMENTED(1);
|
|
}
|