1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

#include fix

This commit is contained in:
Thomas den Hollander
2015-06-02 13:37:18 +02:00
parent 5b8919480b
commit 2f6bff4def

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 }
};
};