1
0
Fork 0

Header updates.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3289
This commit is contained in:
Peter Veenstra 2009-02-01 14:24:38 +00:00
parent 4b1a5010f2
commit c90ebb3028
12 changed files with 27 additions and 42 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: render.cpp,v 1.57 2008-08-06 18:32:34 c2woody Exp $ */
/* $Id: render.cpp,v 1.58 2009-02-01 14:24:36 qbix79 Exp $ */
#include <sys/types.h>
#include <dirent.h>
@ -27,6 +27,7 @@
#include "video.h"
#include "render.h"
#include "setup.h"
#include "control.h"
#include "mapper.h"
#include "cross.h"
#include "hardware.h"

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: sdl_gui.cpp,v 1.7 2008-08-06 18:32:34 c2woody Exp $ */
/* $Id: sdl_gui.cpp,v 1.8 2009-02-01 14:24:36 qbix79 Exp $ */
#include "SDL.h"
#include "../libs/gui_tk/gui_tk.h"
@ -27,6 +27,7 @@
#include "render.h"
#include "mapper.h"
#include "setup.h"
#include "control.h"
#include "shell.h"
#include <iostream>