1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

implement ride_create_cable_lift

This commit is contained in:
IntelOrca
2015-09-12 18:17:25 +01:00
parent f081f8430a
commit 72398151a7
9 changed files with 196 additions and 27 deletions

View File

@@ -10,9 +10,12 @@ void http_dispose() { }
#else
#include <SDL.h>
#include <curl/curl.h>
#include <jansson/jansson.h>
// cURL includes windows.h, but we don't need all of it.
#define WIN32_LEAN_AND_MEAN
#include <curl/curl.h>
typedef struct {
char *ptr;
int length;