From 871d3b3da6c84be394963d1f5a41de12bfc5a2bc Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 20 Sep 2008 21:48:37 +0000 Subject: Remove bits from heretic/m_misc.c that are in common; change V_ScreenShot to take a format string describing the format of the filename for the screen shot file. Subversion-branch: /branches/raven-branch Subversion-revision: 1255 --- src/heretic/doomdef.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/heretic/doomdef.h') diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h index ba4be1c5..dcb208f7 100644 --- a/src/heretic/doomdef.h +++ b/src/heretic/doomdef.h @@ -909,10 +909,6 @@ int R_CheckTextureNumForName(char *name); //---- //MISC //---- -extern int myargc; -extern char **myargv; - -int M_CheckParm(char *check); // returns the position of the given parameter in the arg list (0 if not found) boolean M_ValidEpisodeMap(int episode, int map); @@ -930,17 +926,10 @@ int P_Random(void); void M_ClearRandom(void); // fix randoms for demos -void M_FindResponseFile(void); - void M_ClearBox(fixed_t * box); void M_AddToBox(fixed_t * box, fixed_t x, fixed_t y); // bounding box functions -boolean M_WriteFile(char const *name, void *source, int length); -int M_ReadFile(char const *name, byte ** buffer); - -void M_ScreenShot(void); - void M_LoadDefaults(void); void M_SaveDefaults(void); -- cgit v1.2.3