/* * PARSEC HEADER: inp_init.h */ #ifndef _INP_INIT_H_ #define _INP_INIT_H_ // external functions void INP_InitSubsystem(); void INP_KillSubsystem(); #endif // _INP_INIT_H_