2025-04-27 07:49:33 -04:00

19 lines
427 B
C

//-----------------------------------------------------------------------------
//
// This file contains C span loop headers.
//
// Copyright (C) Microsoft Corporation, 1997.
//
//-----------------------------------------------------------------------------
#ifdef __cplusplus
extern "C" {
#endif
void MMX_LoopAny(PD3DI_RASTCTX pCtx, PD3DI_RASTPRIM pP, PD3DI_RASTSPAN pS);
#ifdef __cplusplus
}
#endif