Implemented skeletor_c::ChannelNames()

This commit is contained in:
smallmodel 2024-06-10 22:06:35 +02:00
parent abefdd772c
commit c16f2029b1
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -29,6 +29,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define EPSILON 0.000000000001f
ChannelNameTable* skeletor_c::ChannelNames()
{
return m_channelNames;
}
int skelAnimDataGameHeader_s::GetFrameNums(
float timeSeconds, float timeTolerance, int *beforeFrame, int *afterFrame, float *beforeWeight, float *afterWeight
)