#ifndef __INPUT_H__ #define __INPUT_H__ void input_init(); void input_process(); #endif // __INPUT_H__