Implement & link m_hand_ovl

This commit is contained in:
Cuyler36
2024-04-25 18:06:18 -04:00
parent 9c8214e0a3
commit e90f8ea4ef
15 changed files with 1750 additions and 156 deletions
+1
View File
@@ -70,6 +70,7 @@ extern int mPlib_check_player_warp_forEvent(void);
extern int mPlib_check_player_actor_main_index_Furniture_Move(GAME* game);
extern int mPlib_request_main_sitdown_type1(GAME* game, int direct, const xyz_t* pos, int ftr_no);
extern int mPlib_request_main_lie_bed_type1(GAME* game, int direct, const xyz_t* pos, int head_direct, int ftr_no);
extern void mPlib_change_player_cloth(GAME* game, int idx);
extern mPlayer_change_data_from_submenu_c* mPlib_Get_change_data_from_submenu_p();