We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c121f2f commit 6902214Copy full SHA for 6902214
1 file changed
src/shared/client/cg_api.h
@@ -82,7 +82,6 @@ void trap_R_ResetClipRegion();
82
void trap_R_DrawStretchPic( float x, float y, float w, float h, float s1, float t1, float s2, float t2, qhandle_t hShader );
83
void trap_R_DrawRotatedPic( float x, float y, float w, float h, float s1, float t1, float s2, float t2, qhandle_t hShader, float angle );
84
void trap_R_ModelBounds( clipHandle_t model, vec3_t mins, vec3_t maxs );
85
-int trap_R_LerpTag( orientation_t *tag, const refEntity_t* refent, const char *tagName, int startIndex );
86
void trap_R_GetTextureSize( qhandle_t handle, int *x, int *y );
87
qhandle_t trap_R_GenerateTexture( const byte *data, int x, int y );
88
void trap_GetCurrentSnapshotNumber( int *snapshotNumber, int *serverTime );
0 commit comments