home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 58 / pcpp58a.iso / extras / quake 3 source / Q3A_ToolSource.exe / Main / p3dlib.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-02  |  184 b   |  9 lines

  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 );
  9.