1
0
Fork 0

implemented feature request 1242202: "getting config values via z:\config"

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2283
This commit is contained in:
Peter Veenstra 2005-08-22 19:31:27 +00:00
parent a87cb5aac0
commit 44d90e5cf4
3 changed files with 43 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.12 2005-04-21 21:17:45 qbix79 Exp $ */
/* $Id: shell.h,v 1.13 2005-08-22 19:31:26 qbix79 Exp $ */
#ifndef DOSBOX_SHELL_H
#define DOSBOX_SHELL_H
@ -36,6 +36,9 @@
#define CMD_MAXCMDS 20
#define CMD_OLDSIZE 4096
extern Bitu call_shellstop;
/* first_shell is used to add and delete stuff from the shell env
* by "external" programs. (config) */
extern Program * first_shell;
class DOS_Shell;