mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 04:10:35 +00:00
CStreaming DONE
This commit is contained in:
parent
6f4e01f078
commit
847720aeae
11 changed files with 334 additions and 34 deletions
|
@ -1,5 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
enum {
|
||||
RECORDSTATE_0,
|
||||
RECORDSTATE_1,
|
||||
RECORDSTATE_2,
|
||||
};
|
||||
|
||||
class CRecordDataForGame
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue