fix(scrNativeHash): Make scrNativeHash
uint64_t
(#135)
This commit is contained in:
parent
0f88abb93d
commit
b4557c6904
@ -55,7 +55,7 @@ namespace rage
|
||||
};
|
||||
static_assert(sizeof(scrNativeCallContext) == 0xE0);
|
||||
|
||||
using scrNativeHash = std::int64_t;
|
||||
using scrNativeHash = std::uint64_t;
|
||||
using scrNativePair = std::pair<scrNativeHash, scrNativeHash>;
|
||||
using scrNativeHandler = void(*)(scrNativeCallContext*);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user