link ac_ride_off_demo

This commit is contained in:
Prakxo
2024-10-02 20:34:40 +02:00
parent 2c7ad2bbd7
commit 13ab56c394
4 changed files with 203 additions and 0 deletions
+13
View File
@@ -3,11 +3,24 @@
#include "types.h"
#include "m_actor.h"
#include "ac_train1.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef void (*aROD_INIT_PROC)(ACTOR*, GAME*);
typedef struct ride_off_demo_s {
ACTOR actor_class;
int current_action;
int _178;
aROD_INIT_PROC current_proc;
TRAIN1_ACTOR* train_actor;
ACTOR* station_master_actor;
int _188;
} RIDE_OFF_DEMO_ACTOR;
extern ACTOR_PROFILE Ride_Off_Demo_Profile;
#ifdef __cplusplus