DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
dllfunction_t Struct Reference

#include <sys.h>

+ Collaboration diagram for dllfunction_t:

Data Fields

void ** funcvariable
 
const char * name
 

Detailed Description

Definition at line 172 of file sys.h.

Field Documentation

◆ funcvariable

void** dllfunction_t::funcvariable

Definition at line 175 of file sys.h.

Referenced by Sys_LoadDependency(), and Sys_LoadDependencyFunctions().

◆ name

const char* dllfunction_t::name

Definition at line 174 of file sys.h.

Referenced by Sys_LoadDependency(), and Sys_LoadDependencyFunctions().


The documentation for this struct was generated from the following file: