LiteLoaderBDS-1.16.40/ScriptEngine/Main/BuiltinCommands.h
2022-09-21 19:47:03 +08:00

5 lines
131 B
C++

#pragma once
#include <string>
bool ProcessDebugEngine(const std::string& cmd);
bool ProcessOldHotManageCommand(std::string& cmd);