Implement & link ac_npc_station_master

This commit is contained in:
Cuyler36
2025-06-14 07:18:38 -04:00
parent c130410fa3
commit 29783fb14c
6 changed files with 746 additions and 1 deletions
+8
View File
@@ -46,6 +46,14 @@ enum {
aSTM_THINK_PROC_NUM
};
enum {
aSTM_TALK_REQUEST_NONE,
aSTM_TALK_REQUEST_NORM,
aSTM_TALK_REQUEST_FORCE,
aSTM_TALK_REQUEST_NUM,
};
typedef struct npc_station_actor_s NPC_STATION_MASTER_ACTOR;
typedef void (*aSTM_TALK_PROC)(NPC_STATION_MASTER_ACTOR*, GAME_PLAY*);