mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Added an "sdk" command to the console layout.
This commit is contained in:
parent
b917953286
commit
93a82f1e21
@ -250,6 +250,10 @@ bool ConsoleLayout::ProcessCommand(const std::string& cmd) {
|
|||||||
else if (name == "plugins") {
|
else if (name == "plugins") {
|
||||||
this->ListPlugins();
|
this->ListPlugins();
|
||||||
}
|
}
|
||||||
|
else if (name == "sdk") {
|
||||||
|
this->output->WriteLine(" sdk/api revision: " +
|
||||||
|
std::to_string(musik::core::sdk::SdkVersion));
|
||||||
|
}
|
||||||
else if (name == "v" || name == "volume") {
|
else if (name == "v" || name == "volume") {
|
||||||
this->SetVolume(args);
|
this->SetVolume(args);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user