sovereignx/include/unknown_task.h

22 lines
409 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
void remove_some_task(void);
2017-10-01 00:12:42 +01:00
void sub_80BA038(struct UnknownTaskStruct arg0);
2017-09-18 13:52:57 +01:00
2017-10-01 00:12:42 +01:00
#endif // GUARD_unknown_task_H