mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 09:49:23 +00:00
got rid of upper case types
This commit is contained in:
parent
e8c5f7da52
commit
0add48abf5
49 changed files with 701 additions and 708 deletions
|
@ -3,11 +3,11 @@
|
|||
class CRecordDataForGame
|
||||
{
|
||||
public:
|
||||
static UInt16 &RecordingState;
|
||||
static uint16 &RecordingState;
|
||||
};
|
||||
|
||||
class CRecordDataForChase
|
||||
{
|
||||
public:
|
||||
static UInt8 &Status;
|
||||
static uint8 &Status;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue