about summary refs log tree commit diff stats
path: root/source/link.h
blob: 4e536b420b8ecff2bbc10a0440b82c386d67e26a (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _LINK_H_
#define _LINK_H_

#include <gccore.h>

u32 waitForButtons(u32 mask);

#endif