mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-06 11:07:20 -04:00
Implement and link ac_dummy (#217)
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct actor_dummy_s DUMMY_ACTOR;
|
||||
|
||||
typedef void (*DUMMY_PROC)(DUMMY_ACTOR*, GAME_PLAY*);
|
||||
|
||||
struct actor_dummy_s{
|
||||
ACTOR actor_class;
|
||||
};
|
||||
|
||||
extern ACTOR_PROFILE Dummy_Profile;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user