mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 16:54:08 +00:00
CCopPed done and #include cleanup
This commit is contained in:
parent
739e80614d
commit
112685ebac
51 changed files with 318 additions and 69 deletions
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "Physical.h"
|
||||
#include "DummyObject.h"
|
||||
|
||||
enum {
|
||||
GAME_OBJECT = 1,
|
||||
|
@ -26,6 +25,7 @@ enum {
|
|||
};
|
||||
|
||||
class CVehicle;
|
||||
class CDummyObject;
|
||||
|
||||
class CObject : public CPhysical
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue