mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 15:59:01 +00:00
fix
This commit is contained in:
parent
db012aa9e0
commit
dcb28bfd53
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include "Ped.h"
|
||||||
#include "PedType.h"
|
#include "PedType.h"
|
||||||
#include "Text.h"
|
#include "Text.h"
|
||||||
#include "Sprite2d.h"
|
#include "Sprite2d.h"
|
||||||
|
@ -10,7 +11,6 @@ class CVehicle;
|
||||||
class CPed;
|
class CPed;
|
||||||
class CObject;
|
class CObject;
|
||||||
class CPlayerInfo;
|
class CPlayerInfo;
|
||||||
enum eObjective;
|
|
||||||
|
|
||||||
class CRunningScript;
|
class CRunningScript;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue