hexen2/H2W/Client/nonintel.c

44 lines
499 B
C
Raw Permalink Normal View History

2000-11-10 00:00:00 +00:00
//
// nonintel.c: code for non-Intel processors only
//
#include "quakedef.h"
#if !id386
/*
================
R_Surf8Patch
================
*/
void R_Surf8Patch ()
{
// we only patch code on Intel
}
/*
================
R_Surf16Patch
================
*/
void R_Surf16Patch ()
{
// we only patch code on Intel
}
/*
================
R_SurfacePatch
================
*/
void R_SurfacePatch (void)
{
// we only patch code on Intel
}
#endif // !id386