1
0
Fork 0

moved shell_inc.h to include

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1494
This commit is contained in:
Peter Veenstra 2003-12-17 21:55:42 +00:00
parent 82155f2b42
commit 735883416c
4 changed files with 159 additions and 5 deletions

View file

@ -16,6 +16,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: debug.cpp,v 1.48 2003-12-17 21:52:23 qbix79 Exp $ */
#include "programs.h"
#include <string.h>
@ -36,7 +38,7 @@
#include "timer.h"
#include "paging.h"
#include "../ints/xms.h"
#include "../shell/shell_inc.h"
#include "shell.h"
#ifdef WIN32
void WIN32_Console();