about summary refs log tree commit diff stats
path: root/source/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/link.h')
-rw-r--r--source/link.h8
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
6u32 waitForButtons(u32 mask);
7
8#endif