mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-09-07 10:11:45 -04:00
Implement & link ac_set_manager
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef M_PLAYER_LIB_H
|
||||
#define M_PLAYER_LIB_H
|
||||
|
||||
#include "types.h"
|
||||
#include "m_player.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern PLAYER_ACTOR* get_player_actor_withoutCheck(GAME_PLAY* play);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user