From 341a39580a8a51d23b198afcb177d0d918e35d5e Mon Sep 17 00:00:00 2001 From: yaz0r <363511+yaz0r@users.noreply.github.com> Date: Sat, 21 Jun 2025 21:31:27 -0700 Subject: [PATCH] add missing template --- FitdLib/hqr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/FitdLib/hqr.cpp b/FitdLib/hqr.cpp index 29167c8..7b77e0e 100644 --- a/FitdLib/hqr.cpp +++ b/FitdLib/hqr.cpp @@ -490,6 +490,7 @@ template void configureHqrHero(hqrEntryStruct* hqrPtr, const char* name); template hqrEntryStruct* HQR_InitRessource(const char* name, int size, int numEntries); template sAnimation* HQR_Get(hqrEntryStruct* hqrPtr, int index); template void HQR_Free(hqrEntryStruct* hqrPtr); +template void HQR_Reset(hqrEntryStruct* hqrPtr); template void configureHqrHero(hqrEntryStruct* hqrPtr, const char* name); /// hybrids