UFO: Alien Invasion
Loading...
Searching...
No Matches
aselib.h File Reference
Include dependency graph for aselib.h:
This graph shows which files directly or indirectly include this file:

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).
int ASE_GetNumSurfaces (void)
const char * ASE_GetSurfaceName (int ndx)
void ASE_Free (void)

Function Documentation

◆ ASE_Free()

void ASE_Free ( void )

Definition at line 131 of file aselib.cpp.

References ase, ASE_FreeGeomObject(), and i.

◆ ASE_GetNumSurfaces()

int ASE_GetNumSurfaces ( void )

Definition at line 137 of file aselib.cpp.

References ase.

◆ ASE_GetSurfaceAnimation()

◆ ASE_GetSurfaceName()

const char * ASE_GetSurfaceName ( int ndx)

◆ ASE_Load()

void ASE_Load ( const char * filename,
bool verbose )