1
0
Fork 0

Add slightly modified help system of ykhwong. Added a few of the descriptions as well.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2678
This commit is contained in:
Peter Veenstra 2006-07-26 11:36:30 +00:00
parent 6215071ebc
commit a56dddbb12
3 changed files with 64 additions and 9 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: shell.h,v 1.17 2006-07-21 09:40:10 qbix79 Exp $ */
/* $Id: shell.h,v 1.18 2006-07-26 11:36:30 qbix79 Exp $ */
#ifndef DOSBOX_SHELL_H
#define DOSBOX_SHELL_H
@ -105,7 +105,7 @@ public:
void CMD_CHOICE(char * args);
void CMD_ATTRIB(char * args);
void CMD_PATH(char * args);
void CMD_SHIFT(char * /*args*/);
void CMD_SHIFT(char * args);
void CMD_VER(char * args);
/* The shell's variables */
Bit16u input_handle;