1
0
mirror of https://github.com/td512/re3.git synced 2026-01-31 01:41:49 +00:00

CCopPed done and #include cleanup

This commit is contained in:
eray orçunus
2020-03-28 17:47:52 +03:00
parent 739e80614d
commit 112685ebac
51 changed files with 318 additions and 69 deletions

View File

@@ -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
{