From 738e91cd6052ddfd12651cd2f639888cbc64b05e Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 1 Oct 2008 18:31:38 +0000 Subject: Finish merge of hexen/v_video.c to common (oops) Subversion-branch: /branches/raven-branch Subversion-revision: 1315 --- src/v_video.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/v_video.h') 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); -- cgit v1.2.3