FS2_Open
Open source remastering of the Freespace 2 engine
techmenu.h File Reference

Go to the source code of this file.

Classes

struct  intel_data
 

Macros

#define MAX_INTEL_ENTRIES   75
 
#define TECH_INTEL_DESC_LEN   5120
 
#define IIF_DEFAULT_VALUE   0
 
#define IIF_IN_TECH_DATABASE   (1 << 0)
 
#define IIF_DEFAULT_IN_TECH_DATABASE   (1 << 1)
 

Functions

void techroom_init ()
 
void techroom_close ()
 
void techroom_do_frame (float frametime)
 
int techroom_on_ships_tab ()
 
void techroom_intel_init ()
 
int intel_info_lookup (char *name)
 
void tech_reset_to_default ()
 

Variables

int Techroom_overlay_id
 
intel_data Intel_info [MAX_INTEL_ENTRIES]
 
int Intel_info_size
 

Macro Definition Documentation

#define IIF_DEFAULT_IN_TECH_DATABASE   (1 << 1)

Definition at line 30 of file techmenu.h.

#define IIF_DEFAULT_VALUE   0

Definition at line 28 of file techmenu.h.

#define IIF_IN_TECH_DATABASE   (1 << 0)

Definition at line 29 of file techmenu.h.

#define MAX_INTEL_ENTRIES   75

Definition at line 17 of file techmenu.h.

#define TECH_INTEL_DESC_LEN   5120

Definition at line 18 of file techmenu.h.

Function Documentation

int intel_info_lookup ( char *  name)

Definition at line 1422 of file techmenu.cpp.

void tech_reset_to_default ( )

Definition at line 1438 of file techmenu.cpp.

void techroom_close ( )

Definition at line 1250 of file techmenu.cpp.

void techroom_do_frame ( float  frametime)

Definition at line 1269 of file techmenu.cpp.

void techroom_init ( )

Definition at line 1102 of file techmenu.cpp.

void techroom_intel_init ( )

Definition at line 1050 of file techmenu.cpp.

int techroom_on_ships_tab ( )

Variable Documentation

Definition at line 246 of file techmenu.cpp.

int Intel_info_size

Definition at line 247 of file techmenu.cpp.

int Techroom_overlay_id

Definition at line 218 of file techmenu.cpp.