Merge of Fredrik Hultin command_line

This commit is contained in:
Marty Connor
2006-08-09 02:30:35 +00:00
parent 691557281f
commit 41af7457a8
13 changed files with 1184 additions and 0 deletions

8
src/include/cmdline.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef CMDLINE_H
#define CMDLINE_H
/* Command line external functions */
void cmdl_start();
#endif