mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 23:22:03 -04:00
sort out functions.h
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef SUBTASK_H
|
||||
#define SUBTASK_H
|
||||
|
||||
#include "global.h"
|
||||
|
||||
// todo: separate headers for each subtask?
|
||||
|
||||
extern void sub_080A4528(void);
|
||||
extern void sub_080A4398(void);
|
||||
extern void sub_080A7114(u32);
|
||||
extern void sub_080A3B74(void);
|
||||
extern void sub_080A4054(void);
|
||||
extern void sub_080A4D34(void);
|
||||
extern u32 sub_080A4494(void);
|
||||
|
||||
#endif // SUBTASK_H
|
||||
Reference in New Issue
Block a user