mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 12:19:23 +00:00
More replay stuff
This commit is contained in:
parent
a87f3188e9
commit
cc731f4732
36 changed files with 717 additions and 49 deletions
|
@ -2,4 +2,6 @@
|
|||
#include "patcher.h"
|
||||
#include "Skidmarks.h"
|
||||
|
||||
WRAPPER void CSkidmarks::Clear(void) { EAXJMP(0x518130); }
|
||||
|
||||
WRAPPER void CSkidmarks::Render(void) { EAXJMP(0x5182E0); }
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
class CSkidmarks
|
||||
{
|
||||
public:
|
||||
static void Clear(void);
|
||||
static void Render(void);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue