doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
struct | ase_t |
Macros | |
#define | VERBOSE(x) { if ( ase.verbose ) { common->Printf x ; } } |
Functions | |
void | ASE_ParseGeomObject (void) |
aseModel_t * | ASE_Parse (const char *buffer, bool verbose) |
aseModel_t * | ASE_Load (const char *fileName) |
void | ASE_Free (aseModel_t *ase) |
Definition at line 46 of file Model_ase.cpp.
void ASE_Free | ( | aseModel_t * | ase | ) |
Definition at line 857 of file Model_ase.cpp.
aseModel_t* ASE_Load | ( | const char * | fileName | ) |
Definition at line 834 of file Model_ase.cpp.
aseModel_t* ASE_Parse | ( | const char * | buffer, |
bool | verbose | ||
) |
Definition at line 786 of file Model_ase.cpp.
Definition at line 759 of file Model_ase.cpp.