统一native_sdk
This commit is contained in:
10
csgo2/sdk_tools.h
Normal file
10
csgo2/sdk_tools.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "head.h"
|
||||
enum _ChatType
|
||||
{
|
||||
kTeam,
|
||||
kAll
|
||||
};
|
||||
namespace SdkTools {
|
||||
auto ProcessChatString(const std::string& input) -> std::tuple<bool, _ChatType, std::string>;
|
||||
};
|
||||
Reference in New Issue
Block a user