mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-29 09:40:59 -04:00
Implement & link ac_super
This commit is contained in:
+7
-1
@@ -3,11 +3,18 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_structure.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct super_actor_s SUPER_ACTOR;
|
||||
|
||||
struct super_actor_s {
|
||||
STRUCTURE_ACTOR struct_class;
|
||||
};
|
||||
|
||||
extern ACTOR_PROFILE Super_Profile;
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -15,4 +22,3 @@ extern ACTOR_PROFILE Super_Profile;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user