mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
12 lines
210 B
C
12 lines
210 B
C
#ifndef STATICBACKGROUNDMANAGER_H
|
|
#define STATICBACKGROUNDMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u32 field_0x20;
|
|
} StaticBackgroundManager;
|
|
|
|
#endif // STATICBACKGROUNDMANAGER_H
|