| 59 | unsigned int prevFrame; // offset 0x20, size 0x4 |
| 60 | }; |
| 61 | class ANMKey { |
| 62 | // total size: 0x24 |
| 63 | public: |
| 64 | float time; // offset 0x0, size 0x4 |
| 65 | float quat[4]; // offset 0x4, size 0x10 |
| 66 | float tran[3]; // offset 0x14, size 0xC |
| 67 | unsigned int prevFrame; // offset 0x20, size 0x4 |
| 68 | }; |
| 69 | class SKAHeader { |
| 70 | // total size: 0xC |
| 71 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected