Implement & link ac_set_manager

This commit is contained in:
Cuyler36
2023-05-16 21:13:49 -04:00
parent ccf81c3c8d
commit 2af13706e7
9 changed files with 469 additions and 1 deletions
+17
View File
@@ -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