mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
5 lines
131 B
C++
5 lines
131 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
bool ProcessDebugEngine(const std::string& cmd);
|
|
bool ProcessOldHotManageCommand(std::string& cmd); |