Tachyon (current)  Current Main Branch
Macros | Functions
parse.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 readmodel (const char *, SceneHandle)
 

Macro Definition Documentation

◆ PARSEALLOCERR

#define PARSEALLOCERR   16

Definition at line 16 of file parse.h.

◆ PARSEBADFILE

#define PARSEBADFILE   1

Definition at line 12 of file parse.h.

◆ PARSEBADSUBFILE

#define PARSEBADSUBFILE   2

Definition at line 13 of file parse.h.

◆ PARSEBADSYNTAX

#define PARSEBADSYNTAX   4

Definition at line 14 of file parse.h.

◆ PARSEEOF

#define PARSEEOF   8

Definition at line 15 of file parse.h.

◆ PARSENOERR

#define PARSENOERR   0

Definition at line 11 of file parse.h.

Function Documentation

◆ readmodel()

unsigned int readmodel ( const char *  ,
SceneHandle   
)