mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
fix(scrNativeHash): Make scrNativeHash
uint64_t
(#135)
This commit is contained in:
parent
0102dfcdcc
commit
6fc73a16f7
@ -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…
Reference in New Issue
Block a user