summaryrefslogtreecommitdiff
path: root/src/v_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v_video.h')
-rw-r--r--src/v_video.h16
1 files changed, 3 insertions, 13 deletions
diff --git a/src/v_video.h b/src/v_video.h
index 7efe1b36..ba1aab36 100644
--- a/src/v_video.h
+++ b/src/v_video.h
@@ -60,20 +60,10 @@ void V_CopyRect(int srcx, int srcy, byte *source,
int width, int height,
int destx, int desty);
-void
-V_DrawPatch
-( int x,
- int y,
- int scrn,
- patch_t* patch);
-
-void
-V_DrawPatchDirect
-( int x,
- int y,
- int scrn,
- patch_t* patch );
+void V_DrawPatch(int x, int y, patch_t *patch);
+void V_DrawPatchFlipped(int x, int y, patch_t *patch);
+void V_DrawPatchDirect(int x, int y, patch_t *patch);
// Draw a linear block of pixels into the view buffer.