mirror of
https://github.com/halpz/re3.git
synced 2025-12-22 00:32:51 +00:00
Reverse CWorld
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "Placeable.h"
|
||||
|
||||
struct CReference;
|
||||
class CPtrList;
|
||||
|
||||
enum eEntityType
|
||||
{
|
||||
@@ -152,5 +153,7 @@ public:
|
||||
void ModifyMatrixForTreeInWind(void);
|
||||
void ModifyMatrixForBannerInWind(void);
|
||||
void ProcessLightsForEntity(void);
|
||||
|
||||
static void AddSteamsFromGround1(CPtrList& list);
|
||||
};
|
||||
static_assert(sizeof(CEntity) == 0x64, "CEntity: error");
|
||||
|
||||
Reference in New Issue
Block a user