sovereignx/include/unknown_task.h

23 lines
436 B
C
Raw Normal View History

2017-09-18 13:52:57 +01:00
#ifndef GUARD_unknown_task_H
#define GUARD_unknown_task_H
// Exported type declarations
2017-10-01 00:12:42 +01:00
struct UnknownTaskStruct
{
volatile void *dest;
u32 control;
u8 unk8;
u8 unk9;
};
extern struct UnknownTaskStruct gUnknown_0831AC70;
2017-09-18 13:52:57 +01:00
// Exported RAM declarations
// Exported ROM declarations
2018-01-16 17:59:06 +00:00
void ScanlineEffect_Stop(void);
2017-10-01 00:12:42 +01:00
void sub_80BA038(struct UnknownTaskStruct arg0);
2017-10-01 17:54:01 +01:00
void sub_80BA0A8(void);
2017-09-18 13:52:57 +01:00
2017-10-01 00:12:42 +01:00
#endif // GUARD_unknown_task_H