mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 11:08:23 +00:00
Fix '>>' template error on older compiler versions.
This commit is contained in:
parent
fd56e5f3db
commit
5f26c7e70c
@ -227,7 +227,7 @@ public:
|
|||||||
virtual void DumpDictionaryState() = 0;
|
virtual void DumpDictionaryState() = 0;
|
||||||
virtual MDLHandle_t CreateCombinedModel(char const* name) = 0;
|
virtual MDLHandle_t CreateCombinedModel(char const* name) = 0;
|
||||||
virtual bool CreateCombinedModel(MDLHandle_t handle) = 0;
|
virtual bool CreateCombinedModel(MDLHandle_t handle) = 0;
|
||||||
virtual bool SetCombineModels(MDLHandle_t handle, CUtlVector<SCombinerModelInput_t, CUtlMemory<SCombinerModelInput_t, int>> const& unk2) = 0;
|
virtual bool SetCombineModels(MDLHandle_t handle, CUtlVector<SCombinerModelInput_t> const& unk2) = 0;
|
||||||
virtual bool FinishCombinedModel(MDLHandle_t handle, void* unk2, void* unk3) = 0;
|
virtual bool FinishCombinedModel(MDLHandle_t handle, void* unk2, void* unk3) = 0;
|
||||||
virtual bool IsCombinedPlaceholder(MDLHandle_t handle) = 0;
|
virtual bool IsCombinedPlaceholder(MDLHandle_t handle) = 0;
|
||||||
virtual bool IsCombinedModel(MDLHandle_t handle) = 0;
|
virtual bool IsCombinedModel(MDLHandle_t handle) = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user