mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
8 lines
218 B
C++
8 lines
218 B
C++
#include "CommandManager.h"
|
|
#include "../ScriptingContext/ScriptingContext.h"
|
|
|
|
void CommandManager::Push(const std::string & command, const std::string & value)
|
|
{
|
|
//riptingContext::Get().PushCommand(command, args);
|
|
}
|