FITD/FitdLib/input.h

9 lines
93 B
C

#ifndef _INPUT_H_
#define _INPUT_H_
extern "C" {
void readKeyboard(void);
}
#endif