Fix IEntityResourceManifest warning and EntitySpawnInfo_t size (#156)

This commit is contained in:
GameChaos 2023-10-07 11:06:14 +03:00 committed by GitHub
parent b4b86c8408
commit 22c1807de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ class IEntityPrecacheConfiguration;
class IEntityResourceManifestBuilder; class IEntityResourceManifestBuilder;
class ISpawnGroupEntityFilter; class ISpawnGroupEntityFilter;
typedef void (*EntityResourceManifestCreationCallback_t)(struct IEntityResourceManifest*, void*); typedef void (*EntityResourceManifestCreationCallback_t)(IEntityResourceManifest *, void *);
enum SpawnGroupEntityFilterType_t enum SpawnGroupEntityFilterType_t
{ {
@ -65,6 +65,7 @@ struct EntityDormancyChange_t : EntityNotification_t
struct EntitySpawnInfo_t : EntityNotification_t struct EntitySpawnInfo_t : EntityNotification_t
{ {
const CEntityKeyValues* m_pKeyValues; const CEntityKeyValues* m_pKeyValues;
uint64 unknown;
}; };
struct EntityActivation_t : EntityNotification_t struct EntityActivation_t : EntityNotification_t