OpenTTD Source 20241224-master-gee860a5c8e
dedicated_v.cpp File Reference

Dedicated server video 'driver'. More...

#include "../stdafx.h"
#include "../gfx_func.h"
#include "../error_func.h"
#include "../network/network.h"
#include "../network/network_internal.h"
#include "../console_func.h"
#include "../genworld.h"
#include "../fileio_type.h"
#include "../fios.h"
#include "../blitter/factory.hpp"
#include "../company_func.h"
#include "../core/random_func.hpp"
#include "../saveload/saveload.h"
#include "../thread.h"
#include "../window_func.h"
#include <iostream>
#include "dedicated_v.h"
#include "../safeguards.h"

Go to the source code of this file.

Functions

bool SafeLoad (const std::string &filename, SaveLoadOperation fop, DetailedFileType dft, GameMode newgm, Subdirectory subdir, struct LoadFilter *lf=nullptr)
 
static bool InputWaiting ()
 
static void DedicatedHandleKeyInput ()
 

Variables

static void * _dedicated_video_mem
 
bool _dedicated_forks
 
static FVideoDriver_Dedicated iFVideoDriver_Dedicated
 

Detailed Description

Dedicated server video 'driver'.

Definition in file dedicated_v.cpp.

Function Documentation

◆ DedicatedHandleKeyInput()

static void DedicatedHandleKeyInput ( )
static

Definition at line 174 of file dedicated_v.cpp.

◆ InputWaiting()

static bool InputWaiting ( )
static

Definition at line 167 of file dedicated_v.cpp.

Variable Documentation

◆ _dedicated_forks

bool _dedicated_forks

Definition at line 99 of file dedicated_v.cpp.

◆ _dedicated_video_mem

void* _dedicated_video_mem
static

Definition at line 96 of file dedicated_v.cpp.

◆ iFVideoDriver_Dedicated

FVideoDriver_Dedicated iFVideoDriver_Dedicated
static

Definition at line 103 of file dedicated_v.cpp.