mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 15:25:26 -04:00
14 lines
242 B
C
14 lines
242 B
C
#ifndef VAATIAPPEARINGMANAGER_H
|
|
#define VAATIAPPEARINGMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u32 field_0x20;
|
|
u32 field_0x24;
|
|
u32 field_0x28;
|
|
} VaatiAppearingManager;
|
|
|
|
#endif // VAATIAPPEARINGMANAGER_H
|