From a9517c01afad50d90c3afdee0fdc6238158378f2 Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 12 Jun 2019 20:07:37 +0200 Subject: implemented CCutsceneHead and dependencies --- src/entities/Physical.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entities/Physical.h') diff --git a/src/entities/Physical.h b/src/entities/Physical.h index c6944b76..6b5bd1f6 100644 --- a/src/entities/Physical.h +++ b/src/entities/Physical.h @@ -62,6 +62,8 @@ public: uint8 m_nZoneLevel; uint8 pad[3]; + CPhysical(void); + ~CPhysical(void); // from CEntity void Add(void); -- cgit v1.2.3