mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 08:19:01 +00:00
fix linux build
This commit is contained in:
parent
6a32981ba5
commit
90947a608f
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "Pools.h"
|
||||
#include "World.h"
|
||||
#include "ParticleType.h"
|
||||
|
||||
#ifdef FIX_BUGS
|
||||
#ifndef DONT_FIX_REPLAY_BUGS
|
||||
|
@ -11,7 +12,6 @@
|
|||
|
||||
class CVehicle;
|
||||
struct CReference;
|
||||
enum tParticleType;
|
||||
|
||||
struct CAddressInReplayBuffer
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue