|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| uint8_t | fixup_flags |
| Offset 0x0. | |
| uint8_t | padding_01 |
| Offset 0x1. | |
| int16_t | frame_count |
| Offset 0x2. | |
| DTTR_PCDOGS_T_Animation_FrameData ** | frame_ptrs |
| Offset 0x4. | |
Definition at line 1182 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_FrameHeader::fixup_flags |
Offset 0x0.
Definition at line 1183 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Animation_FrameHeader::frame_count |
Offset 0x2.
Definition at line 1185 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Animation_FrameData** DTTR_PCDOGS_T_Animation_FrameHeader::frame_ptrs |
Offset 0x4.
Definition at line 1186 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_FrameHeader::padding_01 |
Offset 0x1.
Definition at line 1184 of file dttr_pcdogs.h.