Tachyon (current)  Current Main Branch
Macros | Functions
ac3dparse.h File Reference

Go to the source code of this file.

Macros

#define PARSENOERR   0
 
#define PARSEBADFILE   1
 
#define PARSEBADSUBFILE   2
 
#define PARSEBADSYNTAX   4
 
#define PARSEEOF   8
 
#define PARSEALLOCERR   16
 

Functions

unsigned int ParseAC3D (char *, SceneHandle)
 

Macro Definition Documentation

◆ PARSEALLOCERR

#define PARSEALLOCERR   16

Definition at line 16 of file ac3dparse.h.

Referenced by add_texture(), and main().

◆ PARSEBADFILE

#define PARSEBADFILE   1

Definition at line 12 of file ac3dparse.h.

Referenced by main(), ParseAC3D(), and readmodel().

◆ PARSEBADSUBFILE

#define PARSEBADSUBFILE   2

Definition at line 13 of file ac3dparse.h.

Referenced by GetTPolyFile(), main(), and ReadIncludeFile().

◆ PARSEBADSYNTAX

#define PARSEBADSYNTAX   4

◆ PARSEEOF

#define PARSEEOF   8

Definition at line 15 of file ac3dparse.h.

Referenced by GetClipGroup(), GetObject(), GetScene(), main(), ParseAC3D(), ReadIncludeFile(), and readmodel().

◆ PARSENOERR

#define PARSENOERR   0

Function Documentation

◆ ParseAC3D()

unsigned int ParseAC3D ( char *  ,
SceneHandle   
)