UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
aselib.h File Reference

Go to the source code of this file.

Data Structures

struct  triangle_t
 
struct  polyset_t
 

Functions

void ASE_Load (const char *filename, bool verbose)
 
polyset_tASE_GetSurfaceAnimation (int whichSurface)
 Returns an animation (sequence of polysets) More...
 
int ASE_GetNumSurfaces (void)
 
const char * ASE_GetSurfaceName (int ndx)
 
void ASE_Free (void)
 

Function Documentation

void ASE_Free ( void  )

Definition at line 131 of file aselib.cpp.

References ASE_FreeGeomObject(), ase_t::currentObject, and i.

int ASE_GetNumSurfaces ( void  )

Definition at line 137 of file aselib.cpp.

References ase_t::currentObject.

const char* ASE_GetSurfaceName ( int  ndx)
void ASE_Load ( const char *  filename,
bool  verbose 
)