//-----------------------------------------------------------------------------
//
// This file generates the headers for the test fail functions.
//
// Copyright (C) Microsoft Corporation, 1997.
//
// WARNING WARNING WARNING
// This h file generated from a mh file.
// EDIT THE MH FILE.
// I warned you.
// WARNING WARNING WARNING
//
//-----------------------------------------------------------------------------

include(`m4hdr.mh')dnl

#ifdef __cplusplus
  extern "C" {
#endif


define(`d_TestFailHdr', `
void MMX_TestFail_$1_$2_$3(PD3DI_RASTCTX pCtx, PD3DI_RASTPRIM pP,
                       PD3DI_RASTSPAN pS);')
dnl
dnl
d_RepStr(`d_RepStr(`d_RepStr(`d_TestFailHdr(AA, BB, CC)',
        `AA', `Flat', `Gouraud')',
        `BB', `NoTex', `Tex1', `PerspTex1', `Tex2', `PerspTex2')',
        `CC', `NoSpecularFog', `SpecularFog')

#ifdef __cplusplus
  }
#endif