Pulled out command module

This commit is contained in:
James Booth
2012-02-09 23:15:53 +00:00
parent dbfb1551d6
commit a7df149ee9
4 changed files with 117 additions and 71 deletions

6
command.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef COMMAND_H
#define COMMAND_H
int handle_command(char *cmd);
#endif