mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 10:11:48 +00:00
The decomp is compiling!
This commit is contained in:
8
src/codsrc/clientscript/cscr_readwrite.hpp
Normal file
8
src/codsrc/clientscript/cscr_readwrite.hpp
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
namespace codsrc
|
||||
{
|
||||
unsigned int FindVariableIndexInternal2(game::scriptInstance_t inst, unsigned int name, unsigned int index);
|
||||
unsigned int FindLastSibling(unsigned int parentId, game::scriptInstance_t inst);
|
||||
unsigned int FindVariableIndexInternal(game::scriptInstance_t inst, unsigned int parentId, unsigned int name);
|
||||
}
|
Reference in New Issue
Block a user