Changeset - r13254:0a982a65d9cf
[Not reviewed]
master
0 2 0
rubidium - 15 years ago 2009-10-14 08:14:57
rubidium@openttd.org
(svn r17773) -Cleanup: sdl.h isn't needed for allegro
2 files changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/sound/allegro_s.cpp
Show inline comments
 
@@ -12,13 +12,12 @@
 
#ifdef WITH_ALLEGRO
 

	
 
#include "../stdafx.h"
 

	
 
#include "../driver.h"
 
#include "../mixer.h"
 
#include "../sdl.h"
 
#include "../debug.h"
 
#include "allegro_s.h"
 
#include <allegro.h>
 

	
 
static FSoundDriver_Allegro iFSoundDriver_Allegro;
 
/** The stream we are writing too */
src/video/allegro_v.cpp
Show inline comments
 
@@ -12,13 +12,12 @@
 
#ifdef WITH_ALLEGRO
 

	
 
#include "../stdafx.h"
 
#include "../openttd.h"
 
#include "../debug.h"
 
#include "../gfx_func.h"
 
#include "../sdl.h"
 
#include "../variables.h"
 
#include "../rev.h"
 
#include "../blitter/factory.hpp"
 
#include "../network/network.h"
 
#include "../core/math_func.hpp"
 
#include "../core/random_func.hpp"
0 comments (0 inline, 0 general)