mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 06:30:36 +00:00
cleaned up patching of virtual functions; started CAutomobile
This commit is contained in:
parent
6ec421fe7b
commit
12af85ca3d
64 changed files with 771 additions and 278 deletions
|
@ -1,10 +1,12 @@
|
|||
#pragma once
|
||||
#include "common.h"
|
||||
#include "Collision.h"
|
||||
#include "Ped.h"
|
||||
#include "Object.h"
|
||||
#include "Sprite2d.h"
|
||||
#include "Vehicle.h"
|
||||
|
||||
class CEntity;
|
||||
class CBuilding;
|
||||
class CVehicle;
|
||||
class CPed;
|
||||
class CObject;
|
||||
|
||||
struct CScriptRectangle
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue