mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 12:49:02 +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
|
||||
#include "common.h"
|
||||
#include "Ped.h"
|
||||
#include "PedType.h"
|
||||
#include "Text.h"
|
||||
#include "Sprite2d.h"
|
||||
|
@ -10,7 +11,6 @@ class CVehicle;
|
|||
class CPed;
|
||||
class CObject;
|
||||
class CPlayerInfo;
|
||||
enum eObjective;
|
||||
|
||||
class CRunningScript;
|
||||
|
||||
|
|
Loading…
Reference in a new issue