mirror of
https://github.com/encounter/ph.git
synced 2026-03-30 11:34:37 -07:00
12 lines
192 B
C++
12 lines
192 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "lib/files.h"
|
|
#include "types.h"
|
|
|
|
struct MotionParams {
|
|
/* 00 */ FileEntry motionBhio; // motion.bhio
|
|
/* 10 */ unk8 mUnk_10;
|
|
/* 11 */
|
|
};
|