summaryrefslogtreecommitdiff
path: root/src/hexen/h2def.h
diff options
context:
space:
mode:
authorSimon Howard2008-10-01 18:30:23 +0000
committerSimon Howard2008-10-01 18:30:23 +0000
commit4385c78edb8f2a38c50533455d45b6510d0d1c9b (patch)
tree695bc62dbbffb53a39b1568353e0b23ba0ec17ea /src/hexen/h2def.h
parentc137615aa75afda8c744e57278c138bd29d5d68e (diff)
downloadchocolate-doom-4385c78edb8f2a38c50533455d45b6510d0d1c9b.tar.gz
chocolate-doom-4385c78edb8f2a38c50533455d45b6510d0d1c9b.tar.bz2
chocolate-doom-4385c78edb8f2a38c50533455d45b6510d0d1c9b.zip
Merge hexen/v_video.c to common.
Subversion-branch: /branches/raven-branch Subversion-revision: 1314
Diffstat (limited to 'src/hexen/h2def.h')
-rw-r--r--src/hexen/h2def.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h
index 61731c5d..790e3ac1 100644
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -1218,21 +1218,6 @@ int MN_TextAWidth(char *text);
void MN_DrTextB(char *text, int x, int y);
int MN_TextBWidth(char *text);
-//------
-// VIDEO
-//------
-
-extern int dirtybox[4];
-extern byte gammatable[5][256];
-extern int usegamma;
-
-void V_Init(void); // Allocates buffer screens, call before R_Init
-void V_DrawPatch(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_DrawRawScreen(byte * raw);
-
#include "sounds.h"
#endif // __H2DEF__