OpenTTD Source 20241224-master-gee860a5c8e
|
Unix implementation of OS-specific survey information. More...
#include "../../stdafx.h"
#include "../../survey.h"
#include <sys/utsname.h>
#include <thread>
#include <unistd.h>
#include "../../safeguards.h"
Go to the source code of this file.
Functions | |
void | SurveyOS (nlohmann::json &json) |
Unix implementation of OS-specific survey information.
Definition in file survey_unix.cpp.
void SurveyOS | ( | nlohmann::json & | json | ) |
Definition at line 19 of file survey_unix.cpp.