mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-13 00:24:36 +00:00
8 lines
176 B
C
8 lines
176 B
C
|
|
#define P3D_GET_CROSSLINE 1
|
|
#define P3D_GET_RESTOFLINE 2
|
|
|
|
int P3DLoad( const char *filename );
|
|
void P3DClose();
|
|
|
|
int P3DGetNextPair( char **name, char **associatedShader );
|