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

17 lines
418 B
C

//----------------------------------------------------------------------------
//
// cspnpars.h
//
// Top-level span rendering routine declarations.
//
// Copyright (C) Microsoft Corporation, 1997.
//
//----------------------------------------------------------------------------
#ifndef _SPANPARS_H_
#define _SPANPARS_H_
HRESULT C_RenderSpansAny(PD3DI_RASTCTX pCtx);
#endif // #ifndef _SPANPARS_H_