diff options
Diffstat (limited to 'arm9/source/devices/local.h')
-rw-r--r-- | arm9/source/devices/local.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arm9/source/devices/local.h b/arm9/source/devices/local.h index bf1393c..979f5ce 100644 --- a/arm9/source/devices/local.h +++ b/arm9/source/devices/local.h @@ -1,4 +1,8 @@ +#include <nds.h> + #ifndef LOCAL_H_ #define LOCAL_H_ + void std_write(u8 byte); + #endif |