comparison input/input.h @ 4431:44c23fd75005

Added uninit to input
author albeu
date Thu, 31 Jan 2002 09:37:12 +0000
parents 8141d2c399e4
children 4ce20c55a18a
comparison
equal deleted inserted replaced
4430:b4cc68c448db 4431:44c23fd75005
79 mp_cmd_free(mp_cmd_t* cmd); 79 mp_cmd_free(mp_cmd_t* cmd);
80 80
81 void 81 void
82 mp_input_init(void); 82 mp_input_init(void);
83 83
84 void
85 mp_input_uninit(void);
86
84 #endif /* HAVE_NEW_INPUT */ 87 #endif /* HAVE_NEW_INPUT */