]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - tools/quake3/q3data/p3dlib.h
eol style
[xonotic/netradiant.git] / tools / quake3 / q3data / p3dlib.h
1
2 #define P3D_GET_CROSSLINE               1
3 #define P3D_GET_RESTOFLINE              2
4
5 int P3DLoad( const char *filename );
6 void P3DClose();
7
8 int P3DGetNextPair( char **name, char **associatedShader );