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