diff options
Diffstat (limited to 'source/ref_public.h')
-rw-r--r-- | source/ref_public.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/ref_public.h b/source/ref_public.h index 6e92ba4..fa32bd4 100644 --- a/source/ref_public.h +++ b/source/ref_public.h @@ -201,6 +201,8 @@ qhandle_t R_RegisterModel( const char *name ); qhandle_t R_RegisterSkin( const char *name ); qhandle_t R_RegisterPic( const char *name ); qhandle_t R_RegisterFont( const char *name ); +qerror_t _R_RegisterPic( const char *name, qhandle_t *handle ); +qerror_t _R_RegisterFont( const char *name, qhandle_t *handle ); void R_SetSky( const char *name, float rotate, vec3_t axis ); void R_EndRegistration( void ); |