#ifndef _INPUT_H #define _INPUT_H #include "editor.h" #include void editor_process_keypress(struct editor_state *editor, SDL_Keysym *keysym); #endif