diff options
Diffstat (limited to 'source/link.h')
-rw-r--r-- | source/link.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/link.h b/source/link.h new file mode 100644 index 0000000..4e536b4 --- /dev/null +++ b/source/link.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef _LINK_H_ | ||
2 | #define _LINK_H_ | ||
3 | |||
4 | #include <gccore.h> | ||
5 | |||
6 | u32 waitForButtons(u32 mask); | ||
7 | |||
8 | #endif | ||