Skip to content

Commit

Permalink
More advanced patch replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 24, 2003
1 parent 6c871cf commit 6cb07c3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doomsday/Include/jDoom/wi_stuff.h
Expand Up @@ -22,9 +22,8 @@
#ifndef __WI_STUFF__
#define __WI_STUFF__

//#include "v_video.h"

#include "doomdef.h"
#include "r_defs.h"

// States for the intermission

Expand Down Expand Up @@ -52,10 +51,17 @@ void WI_End(void);
// Implements patch replacement.
void WI_DrawPatch(int x, int y, int lump);

void WI_DrawParamText
(int x, int y, char *string, dpatch_t *defFont, float defRed,
float defGreen, float defBlue, boolean defCase, boolean defTypeIn);

#endif
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.3 2003/08/24 00:26:17 skyjake
// More advanced patch replacements
//
// Revision 1.2 2003/08/17 23:29:36 skyjake
// Implemented Patch Replacement
//
Expand Down

0 comments on commit 6cb07c3

Please sign in to comment.