Implement & link ac_museum_indoor

This commit is contained in:
Cuyler36
2025-05-01 22:22:35 -04:00
parent 27f480c12c
commit 855589902b
3 changed files with 148 additions and 2 deletions
+8 -1
View File
@@ -8,6 +8,14 @@
extern "C" {
#endif
typedef struct museum_indoor_actor_s MUSEUM_INDOOR_ACTOR;
struct museum_indoor_actor_s {
ACTOR actor_class;
f32 alpha;
int cull_index;
};
extern ACTOR_PROFILE Museum_Indoor_Profile;
#ifdef __cplusplus
@@ -15,4 +23,3 @@ extern ACTOR_PROFILE Museum_Indoor_Profile;
#endif
#endif