mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 23:22:08 -04:00
12 lines
206 B
C
12 lines
206 B
C
#ifndef VAATI3INSIDEARMMANAGER_H
|
|
#define VAATI3INSIDEARMMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u16 field_0x20;
|
|
} Vaati3InsideArmManager;
|
|
|
|
#endif // VAATI3INSIDEARMMANAGER_H
|