UFO: Alien Invasion
Loading...
Searching...
No Matches
cgame.h File Reference

Client game mode interface. More...

Include dependency graph for cgame.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cgame_export_t
struct  cgameType_t
struct  cgame_import_t

Typedefs

typedef const cgame_export_t *(* cgame_api_t) (const cgame_import_t *)

Enumerations

enum  changeEquipType_t { FORWARD , BACKWARD , INIT }

Functions

const cgame_export_tGetCGameAPI (const cgame_import_t *import)

Detailed Description

Client game mode interface.

Definition in file cgame.h.

Typedef Documentation

◆ cgame_api_t

typedef const cgame_export_t *(* cgame_api_t) (const cgame_import_t *)

Definition at line 389 of file cgame.h.

Enumeration Type Documentation

◆ changeEquipType_t

Enumerator
FORWARD 
BACKWARD 
INIT 

Definition at line 92 of file cgame.h.

Function Documentation

◆ GetCGameAPI()