F4MP/tiltedcode/Code/client/Games/Skyrim/Havok/BShkbAnimationGraph.h
Jous99 37b16f1547 code upload
codigo original de f4mp y tilted para referencias
2026-01-06 18:45:00 +01:00

24 lines
526 B
C

#pragma once
#include <Havok/hkbCharacter.h>
struct BSFixedString;
struct BShkbHkxDB;
struct hkbBehaviorGraph;
struct bhkWorldM;
struct BShkbAnimationGraph
{
virtual ~BShkbAnimationGraph(){};
uint8_t pad8[0xC0 - 0x8];
hkbCharacter character;
uint8_t pad160[0x200 - (0xC0 + sizeof(hkbCharacter))];
BShkbHkxDB* hkxDB;
hkbBehaviorGraph* behaviorGraph; // 208
uint8_t pad210[0x238 - 0x210];
bhkWorldM* hkWorldM; // 238
// Re do not use
bool ReSendEvent(BSFixedString* apEventName);
};