#ifndef __INPUT_H__ #define __INPUT_H__ //! NDS input support. /*! \file arm7/input.h */ #ifdef __cplusplus extern "C" { #endif void inputGetAndSend(void); #ifdef __cplusplus } #endif #endif