RigsofRods
Soft-body Physics Simulation
|
#include "Application.h"
#include "CurlHelpers.h"
#include "GameContext.h"
#include "RoRVersion.h"
#include "ScriptEvents.h"
#include <fmt/format.h>
#include <curl/curl.h>
#include <curl/easy.h>
Go to the source code of this file.
Functions | |
static size_t | CurlStringWriteFunc (void *ptr, size_t size, size_t nmemb, std::string *data) |
static size_t | CurlProgressFunc (void *ptr, double filesize_B, double downloaded_B) |
|
static |
|
static |