Implement & link ac_super

This commit is contained in:
Cuyler36
2024-11-28 02:18:08 -05:00
parent 4008655117
commit e60ffd71f0
5 changed files with 607 additions and 2 deletions
+7 -1
View File
@@ -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