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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user