mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 08:31:14 +00:00
* Rewrite of R_LoadImage to make it more generic and data driven
This commit is contained in:
parent
6993861080
commit
034e6e8f20
6 changed files with 117 additions and 44 deletions
|
@ -599,6 +599,7 @@ int Q_isnan( float x );
|
|||
float Com_Clamp( float min, float max, float value );
|
||||
|
||||
char *COM_SkipPath( char *pathname );
|
||||
const char *COM_GetExtension( const char *name );
|
||||
void COM_StripExtension(const char *in, char *out, int destsize);
|
||||
void COM_DefaultExtension( char *path, int maxSize, const char *extension );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue