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.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/link.h b/source/link.h new file mode 100644 index 0000000..24a60b5 --- /dev/null +++ b/source/link.h
@@ -0,0 +1,14 @@
1/*
2 * Copyright (C) 2017 hatkirby
3 *
4 * This software may be modified and distributed under the terms
5 * of the MIT license. See the LICENSE file for details.
6 */
7#ifndef _LINK_H_
8#define _LINK_H_
9
10#include <gccore.h>
11
12u32 waitForButtons(u32 mask);
13
14#endif