1
0
Fork 0

Add (set)ver.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2674
This commit is contained in:
Peter Veenstra 2006-07-21 09:40:10 +00:00
parent a2c6e8305a
commit 39bcdda8c2
3 changed files with 18 additions and 4 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: shell.h,v 1.16 2006-05-25 15:08:40 qbix79 Exp $ */
/* $Id: shell.h,v 1.17 2006-07-21 09:40:10 qbix79 Exp $ */
#ifndef DOSBOX_SHELL_H
#define DOSBOX_SHELL_H
@ -106,6 +106,7 @@ public:
void CMD_ATTRIB(char * args);
void CMD_PATH(char * args);
void CMD_SHIFT(char * /*args*/);
void CMD_VER(char * args);
/* The shell's variables */
Bit16u input_handle;
BatchFile * bf;