jedioutcast/utils/q3data/p3dlib.h

9 lines
184 B
C
Raw Permalink Normal View History

2013-04-04 18:02:27 +00:00
#define P3D_GET_CROSSLINE 1
#define P3D_GET_RESTOFLINE 2
int P3DLoad( const char *filename );
void P3DClose();
int P3DGetNextPair( char **name, char **associatedShader );