From 57afb4058710a978bd7b07a368125d04378c62f1 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 11 Jul 2017 16:37:21 -0400 Subject: started tweaking with stuff --- source/link.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 source/link.h (limited to 'source/link.h') 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 @@ +#ifndef _LINK_H_ +#define _LINK_H_ + +#include + +u32 waitForButtons(u32 mask); + +#endif -- cgit 1.4.1