mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-03 05:03:50 +00:00
11 lines
175 B
C
11 lines
175 B
C
#ifndef DAYNIGHT_DN_GLARE_H
|
|
#define DAYNIGHT_DN_GLARE_H
|
|
|
|
DECLARE_STRUCT(DayNight__DNGlare);
|
|
|
|
struct DayNight__DNGlare {
|
|
// TODO: placeholder
|
|
int32_t unk00;
|
|
};
|
|
|
|
#endif
|