1
0
Fork 0

New include system. Removed SHELL_AddAutoexec. New configuration base class + support functions

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2158
This commit is contained in:
Peter Veenstra 2005-03-25 11:43:36 +00:00
parent 128e3620b1
commit 7f54c626ce
3 changed files with 68 additions and 31 deletions

View file

@ -16,11 +16,18 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef __PROGRAM_H
#define __PROGRAM_H
#ifndef DOSBOX_PROGRAMS_H
#define DOSBOX_PROGRAMS_H
#ifndef DOSBOX_DOSBOX_H
#include "dosbox.h"
#endif
#ifndef DOSBOX_DOS_INC_H
#include "dos_inc.h"
#endif
#ifndef DOSBOX_SETUP_H
#include "setup.h"
#endif
@ -48,12 +55,4 @@ public:
};
void SHELL_AddAutoexec(char * line,...);
#endif