mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
13 lines
304 B
C
13 lines
304 B
C
#ifndef REF_IMPORT_H_
|
|
#define REF_IMPORT_H_
|
|
|
|
#include "../qcommon/q_shared.h"
|
|
#include "../renderercommon/tr_public.h"
|
|
|
|
extern refimport_t ri;
|
|
|
|
char* R_SkipPath (char *pathname);
|
|
void R_StripExtension( const char *in, char *out, int destsize );
|
|
// const char* R_GetExtension( const char *name );
|
|
|
|
#endif
|