mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 15:55:29 +00:00
little cleanup
This commit is contained in:
parent
71059e6a59
commit
01babd43b1
5 changed files with 59 additions and 49 deletions
|
@ -3,7 +3,11 @@
|
|||
class CReplay
|
||||
{
|
||||
public:
|
||||
static void Display(void);
|
||||
enum {
|
||||
MODE_1
|
||||
};
|
||||
|
||||
static uint8 &Mode;
|
||||
|
||||
static void Display(void);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue