fix(scrNativeHandler): Missing using containing scrNativeHandler (#66)
This commit is contained in:
parent
fa51149467
commit
47b53c9a10
@ -5,9 +5,6 @@
|
||||
|
||||
namespace rage
|
||||
{
|
||||
using scrNativeHash = std::int64_t;
|
||||
using scrNativePair = std::pair<scrNativeHash, scrNativeHash>;
|
||||
|
||||
class scrNativeCallContext
|
||||
{
|
||||
public:
|
||||
@ -57,4 +54,8 @@ namespace rage
|
||||
std::uint32_t m_data[48];
|
||||
};
|
||||
static_assert(sizeof(scrNativeCallContext) == 0xE0);
|
||||
|
||||
using scrNativeHash = std::int64_t;
|
||||
using scrNativePair = std::pair<scrNativeHash, scrNativeHash>;
|
||||
using scrNativeHandler = void(*)(scrNativeCallContext*);
|
||||
}
|
Loading…
Reference in New Issue
Block a user