ref: d86e96cdb918c1c516092b7cc6be8a0a8eacd53c
dir: /qw/nonintel.c/
//
// nonintel.c: code for non-Intel processors only
//
#include "quakedef.h"
/*
================
R_Surf8Patch
================
*/
void R_Surf8Patch (void)
{
// we only patch code on Intel
}
/*
================
R_Surf16Patch
================
*/
void R_Surf16Patch (void)
{
// we only patch code on Intel
}
/*
================
R_SurfacePatch
================
*/
void R_SurfacePatch (void)
{
// we only patch code on Intel
}