ioq3/code/renderervk/ref_import.h
Trung Lê 15ff484715
Add vulkan renderer
Copied from vkQuake3 which is in turn based on Quake III Kenny Edition
2025-03-14 00:31:15 +11:00

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