diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-26 14:50:24 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-26 14:50:24 +0100 |
commit | 0688725afb36ae02c4f4904dfe02aa6b8e8e29fa (patch) | |
tree | 27ed2b88ac07216274221b94954e0db343862b87 /include/frontier_pass.h | |
parent | 08a3533682706283fa7e563f26bd06984010628e (diff) |
Document and decompile more of frontier pass.
Diffstat (limited to 'include/frontier_pass.h')
-rw-r--r-- | include/frontier_pass.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/frontier_pass.h b/include/frontier_pass.h new file mode 100644 index 000000000..bdfc1996f --- /dev/null +++ b/include/frontier_pass.h @@ -0,0 +1,7 @@ +#ifndef GUARD_FRONTIER_PASS_H +#define GUARD_FRONTIER_PASS_H + +void ShowFrontierPass(void (*callback)(void)); +void CB2_ReshowFrontierPass(void); + +#endif // GUARD_FRONTIER_PASS_H |