mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
12 lines
194 B
C
12 lines
194 B
C
#ifndef CLOUDOVERLAYMANAGER_H
|
|
#define CLOUDOVERLAYMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u16 field_0x20;
|
|
} CloudOverlayManager;
|
|
|
|
#endif // CLOUDOVERLAYMANAGER_H
|