FTEQW
Documentation of the FTE engine source tree.
progtype.h File Reference

Go to the source code of this file.

Typedefs

typedef double pvec_t
 
typedef int64_t pint_t
 
typedef uint64_t puint_t
 
typedef int64_t pint64_t QC_ALIGN(4)
 
typedef unsigned int pbool
 
typedef pvec_t pvec3_t[3]
 
typedef pint_t progsnum_t
 
typedef puint_t func_t
 
typedef puint_t string_t
 

Variables

pvec3_t pvec3_origin
 

Typedef Documentation

◆ func_t

typedef puint_t func_t

◆ pbool

typedef unsigned int pbool

◆ pint_t

typedef int pint_t

◆ progsnum_t

typedef pint_t progsnum_t

◆ puint_t

typedef unsigned int puint_t

◆ pvec3_t

typedef pvec_t pvec3_t[3]

◆ pvec_t

typedef float pvec_t

◆ QC_ALIGN

typedef QC_ALIGN

◆ string_t

typedef puint_t string_t

Variable Documentation

◆ pvec3_origin

pvec3_t pvec3_origin
extern