mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Fix IEntityResourceManifest warning and EntitySpawnInfo_t size (#156)
This commit is contained in:
parent
b4b86c8408
commit
22c1807de6
@ -17,7 +17,7 @@ class IEntityPrecacheConfiguration;
|
||||
class IEntityResourceManifestBuilder;
|
||||
class ISpawnGroupEntityFilter;
|
||||
|
||||
typedef void (*EntityResourceManifestCreationCallback_t)(struct IEntityResourceManifest*, void*);
|
||||
typedef void (*EntityResourceManifestCreationCallback_t)(IEntityResourceManifest *, void *);
|
||||
|
||||
enum SpawnGroupEntityFilterType_t
|
||||
{
|
||||
@ -65,6 +65,7 @@ struct EntityDormancyChange_t : EntityNotification_t
|
||||
struct EntitySpawnInfo_t : EntityNotification_t
|
||||
{
|
||||
const CEntityKeyValues* m_pKeyValues;
|
||||
uint64 unknown;
|
||||
};
|
||||
|
||||
struct EntityActivation_t : EntityNotification_t
|
||||
|
||||
Loading…
Reference in New Issue
Block a user