7 lines
72 B
C
7 lines
72 B
C
|
#ifndef _NP_INPUT_H_
|
||
|
#define _NP_INPUT_H_
|
||
|
|
||
|
int np_input_init();
|
||
|
|
||
|
#endif
|