diff options
Diffstat (limited to 'src/v_video.h')
-rw-r--r-- | src/v_video.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/v_video.h b/src/v_video.h index 1d4569b9..34c36f79 100644 --- a/src/v_video.h +++ b/src/v_video.h @@ -58,6 +58,7 @@ void V_CopyRect(int srcx, int srcy, byte *source, void V_DrawPatch(int x, int y, patch_t *patch); void V_DrawPatchFlipped(int x, int y, patch_t *patch); void V_DrawTLPatch(int x, int y, patch_t *patch); +void V_DrawAltTLPatch(int x, int y, patch_t * patch); void V_DrawShadowedPatch(int x, int y, patch_t *patch); void V_DrawPatchDirect(int x, int y, patch_t *patch); |