mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
Fixed eThreadState. (#186)
This commit is contained in:
parent
3f5df576ad
commit
b8edb83d66
@ -7,11 +7,10 @@ namespace rage
|
|||||||
{
|
{
|
||||||
enum class eThreadState : std::uint32_t
|
enum class eThreadState : std::uint32_t
|
||||||
{
|
{
|
||||||
idle,
|
|
||||||
running,
|
running,
|
||||||
|
idle,
|
||||||
killed,
|
killed,
|
||||||
unk_3,
|
paused
|
||||||
unk_4,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class scrThreadContext
|
class scrThreadContext
|
||||||
|
Loading…
Reference in New Issue
Block a user