add missing template

This commit is contained in:
yaz0r 2025-06-21 21:31:27 -07:00
parent 14126c19eb
commit 341a39580a
1 changed files with 1 additions and 0 deletions

View File

@ -490,6 +490,7 @@ template void configureHqrHero(hqrEntryStruct<sBody>* hqrPtr, const char* name);
template hqrEntryStruct<sAnimation>* HQR_InitRessource(const char* name, int size, int numEntries); template hqrEntryStruct<sAnimation>* HQR_InitRessource(const char* name, int size, int numEntries);
template sAnimation* HQR_Get(hqrEntryStruct<sAnimation>* hqrPtr, int index); template sAnimation* HQR_Get(hqrEntryStruct<sAnimation>* hqrPtr, int index);
template void HQR_Free(hqrEntryStruct<sAnimation>* hqrPtr); template void HQR_Free(hqrEntryStruct<sAnimation>* hqrPtr);
template void HQR_Reset(hqrEntryStruct<sAnimation>* hqrPtr);
template void configureHqrHero(hqrEntryStruct<sAnimation>* hqrPtr, const char* name); template void configureHqrHero(hqrEntryStruct<sAnimation>* hqrPtr, const char* name);
/// hybrids /// hybrids