mirror of
https://github.com/YimMenu/RDR-Classes.git
synced 2024-12-22 14:37:30 +08:00
10 lines
112 B
C++
10 lines
112 B
C++
|
#pragma once
|
||
|
|
||
|
namespace rage
|
||
|
{
|
||
|
struct rlTaskStatus
|
||
|
{
|
||
|
int m_Status = 0;
|
||
|
int m_ErrorCode = 0;
|
||
|
};
|
||
|
}
|