forked from mirror/OpenTTD
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/* $Id$ */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "gfx.h"
|
||||
#include "variables.h"
|
||||
#include "video/null_v.h"
|
||||
#include "window.h"
|
||||
#include "../stdafx.h"
|
||||
#include "../openttd.h"
|
||||
#include "../gfx.h"
|
||||
#include "../variables.h"
|
||||
#include "../window.h"
|
||||
#include "null_v.h"
|
||||
|
||||
static void* _null_video_mem = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user