/* todo init */ void todo_init(void) { } /* todo draw */ void todo_draw(void) { } /* todo run */ int todo_run(int chr) { return 0; }