mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-30 08:56:28 -04:00
13 lines
236 B
C++
13 lines
236 B
C++
#ifndef D_OVLP_FADE_H
|
|
#define D_OVLP_FADE_H
|
|
|
|
#include "f_op/f_op_overlap_mng.h"
|
|
|
|
class overlap1_class : public overlap_task_class {
|
|
public:
|
|
/* 0xCC */ s32 mFadeOutTime;
|
|
/* 0xD0 */ s32 mFadeInTime;
|
|
};
|
|
|
|
#endif /* D_OVLP_FADE_H */
|