(svn r8860) -Cleanup: some style changes, proper #endif comments, variable initialisation, WINCE ifdef and a vsprintf to vsnprintf change.

This commit is contained in:
Darkvater
2007-02-23 12:56:10 +00:00
parent 4160d85cd2
commit 9fa035f467
15 changed files with 29 additions and 44 deletions

View File

@@ -1,10 +1,9 @@
/* $Id$ */
#include "../stdafx.h"
#ifdef WITH_SDL
#include "../openttd.h"
#include "../stdafx.h"
#include "../driver.h"
#include "../mixer.h"
#include "../sdl.h"