mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 20:59:59 +00:00
9 lines
91 B
C++
9 lines
91 B
C++
#pragma once
|
|
|
|
class CReplay
|
|
{
|
|
public:
|
|
static void Display(void);
|
|
|
|
static uint8 &Mode;
|
|
};
|