diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-01-26 15:14:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-26 15:14:17 -0600 |
commit | f4af987c01c95d98a9d2ee943cc11315f80951d1 (patch) | |
tree | 7f79c6027ee6a7cc6eff4982fece077580c0ee91 /include/frontier_pass.h | |
parent | 29b9483f39ad247dd29ea8a2c2c68af1bb64fb43 (diff) | |
parent | 54ddbaaf0cef7aabf69521feb6dbec222e3df6f0 (diff) |
Merge pull request #526 from DizzyEggg/frontier_pass
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 |