Merged input processing loops

This commit is contained in:
James Booth
2012-02-20 01:42:29 +00:00
parent b3f42cd300
commit 7dfea94c88
10 changed files with 118 additions and 209 deletions

View File

@@ -1,11 +1,6 @@
#ifndef COMMAND_H
#define COMMAND_H
#define AWAIT_COMMAND 1
#define START_MAIN 2
#define QUIT_PROF 3
int handle_start_command(char *inp);
int handle_command(char *inp);
int process_input(char *inp);
#endif