doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Functions
Model_ma.h File Reference

Go to the source code of this file.

Classes

struct  maNodeHeader_t
 
struct  maAttribHeader_t
 
struct  maTransform_s
 
struct  maFace_t
 
struct  maMesh_t
 
struct  maMaterial_t
 
struct  maObject_t
 
struct  maFileNode_t
 
struct  maMaterialNode_s
 
struct  maModel_s
 

Typedefs

typedef struct maTransform_s maTransform_t
 
typedef struct maMaterialNode_s maMaterialNode_t
 
typedef struct maModel_s maModel_t
 

Functions

maModel_tMA_Load (const char *fileName)
 
void MA_Free (maModel_t *ma)
 

Typedef Documentation

typedef struct maModel_s maModel_t
typedef struct maTransform_s maTransform_t

Function Documentation

void MA_Free ( maModel_t ma)

Definition at line 1039 of file Model_ma.cpp.

maModel_t* MA_Load ( const char *  fileName)

Definition at line 1008 of file Model_ma.cpp.