#include fix

This commit is contained in:
Thomas den Hollander 2015-06-02 13:37:18 +02:00
parent 5b8919480b
commit 2f6bff4def
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#include <lodepng/lodepng.h>
#include <math.h>
#include "cmdline.h"
#include "drawing/drawing.h"
#include "platform/platform.h"
#include "util/util.h"
#include <math.h>
#include "platform\platform.h"
#define MODE_DEFAULT 0
#define MODE_CLOSEST 1
@ -943,4 +943,4 @@ static rct_sprite_file_palette_entry _standardPalette[256] = {
// 255 (unused?)
{ 0, 0, 0, 255 }
};
};