Changeset - r2176:33c3aeb1ad52
[Not reviewed]
master
0 2 0
orudge - 19 years ago 2005-07-23 16:28:19
orudge@openttd.org
(svn r2690) - Minor cleanups to os2.c and hal.h
2 files changed with 0 insertions and 13 deletions:
hal.h
4
os2.c
9
0 comments (0 inline, 0 general)
hal.h
Show inline comments
 
@@ -59,10 +59,6 @@ extern const DriverDesc _music_driver_de
 
extern const HalMusicDriver _bemidi_music_driver;
 
#endif
 

	
 
#if defined(__OS2__)
 
extern const HalMusicDriver _os2_music_driver;
 
#endif
 

	
 
extern const HalVideoDriver _dedicated_video_driver;
 

	
 
enum DriverType {
os2.c
Show inline comments
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "variables.h"
 
#include "window.h"
 
#include "string.h"
 
#include "table/strings.h"
 
#include "hal.h"
 
#include "gfx.h"
 
#include "gui.h"
 
#include "saveload.h"
 
#include "functions.h"
 
#include "macros.h"
 

	
 
@@ -22,19 +19,13 @@
 
#include <dos.h>
 

	
 
#define INCL_DOS
 
#define INCL_OS2MM
 
#define INCL_WIN
 
#define INCL_WINCLIPBOARD
 

	
 
#include <os2.h>
 
#include <os2me.h>
 

	
 
#include <i86.h>
 

	
 
#if defined(WITH_SDL)
 
#include <SDL.h>
 
#endif
 

	
 
#include "sound/null_s.h"
 
#include "sound/sdl_s.h"
 

	
0 comments (0 inline, 0 general)