mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 10:19:00 +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 "Pools.h"
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
|
#include "ParticleType.h"
|
||||||
|
|
||||||
#ifdef FIX_BUGS
|
#ifdef FIX_BUGS
|
||||||
#ifndef DONT_FIX_REPLAY_BUGS
|
#ifndef DONT_FIX_REPLAY_BUGS
|
||||||
|
@ -11,7 +12,6 @@
|
||||||
|
|
||||||
class CVehicle;
|
class CVehicle;
|
||||||
struct CReference;
|
struct CReference;
|
||||||
enum tParticleType;
|
|
||||||
|
|
||||||
struct CAddressInReplayBuffer
|
struct CAddressInReplayBuffer
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue