mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-21 14:37:32 -05:00
12 lines
312 B
C
12 lines
312 B
C
#ifndef POKEPLATINUM_STRUCT_OV5_021DDF24_H
|
|
#define POKEPLATINUM_STRUCT_OV5_021DDF24_H
|
|
|
|
#include "overlay005/linear_interpolation_task_s32.h"
|
|
|
|
typedef struct BrightnessFadeTask {
|
|
LinearInterpolationTaskS32 interpolationTask;
|
|
int screen;
|
|
} BrightnessFadeTask;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV5_021DDF24_H
|