#ifndef COMMANDS_H #define COMMANDS_H #include "input.h" void editor_move_cursor(KEY key); #endif // COMMANDS_H