mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Revert typedef
This commit is contained in:
parent
de2400f6a2
commit
41083a7324
@ -21,7 +21,7 @@
|
||||
// *functor -
|
||||
//---------------------------------------------------------------------------------
|
||||
SQRESULT Script_RegisterFunction(CSquirrelVM* s, const SQChar* scriptname, const SQChar* nativename,
|
||||
const SQChar* helpstring, const SQChar* returntype, const SQChar* parameters, SQFunctor* functor)
|
||||
const SQChar* helpstring, const SQChar* returntype, const SQChar* parameters, void* functor)
|
||||
{
|
||||
ScriptFunctionBinding_t* binding = MemAllocSingleton()->Alloc<ScriptFunctionBinding_t>(sizeof(ScriptFunctionBinding_t));
|
||||
memset(binding, '\0', sizeof(ScriptFunctionBinding_t));
|
||||
|
@ -20,7 +20,7 @@ struct ScriptFunctionBinding_t
|
||||
std::int64_t unk50; // 50
|
||||
std::int32_t unk58; // 58
|
||||
std::int32_t padding3; // 5C
|
||||
SQFunctor* _functor; // 60
|
||||
void* _functor; // 60
|
||||
|
||||
ScriptFunctionBinding_t()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user