mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 20:05:28 +00:00
Merge branch 'master' of github.com:Fire-Head/re3
# Conflicts: # src/control/Replay.h
This commit is contained in:
commit
06e48c7059
17 changed files with 404 additions and 58 deletions
|
@ -3,7 +3,9 @@
|
|||
class CReplay
|
||||
{
|
||||
public:
|
||||
static void Display(void);
|
||||
enum {
|
||||
MODE_1
|
||||
};
|
||||
|
||||
static uint8 &Mode;
|
||||
static Bool &bPlayingBackFromFile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue