diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-30 03:04:25 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-30 03:04:25 +0000 |
commit | a589bb0082cbae6d326644292179c9427e76e795 (patch) | |
tree | 1a40c5cb171af28a7bcd5c6ec75bcbc855bb0ef4 /NorthstarDedicatedTest/concommand.h | |
parent | cd1631d782b1a1e4f6840e3964617bac95814dec (diff) | |
download | NorthstarLauncher-a589bb0082cbae6d326644292179c9427e76e795.tar.gz NorthstarLauncher-a589bb0082cbae6d326644292179c9427e76e795.zip |
add FindConVar and FindConCommand
Diffstat (limited to 'NorthstarDedicatedTest/concommand.h')
-rw-r--r-- | NorthstarDedicatedTest/concommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/concommand.h b/NorthstarDedicatedTest/concommand.h index 5b7fedae..7e610f91 100644 --- a/NorthstarDedicatedTest/concommand.h +++ b/NorthstarDedicatedTest/concommand.h @@ -89,4 +89,5 @@ inline const char* CCommand::operator[](int nIndex) const } void RegisterConCommand(const char* name, void(*callback)(const CCommand&), const char* helpString, int flags); +ConCommand* FindConCommand(const char* name); void InitialiseConCommands(HMODULE baseAddress);
\ No newline at end of file |