2020-09-30 16:53:49 +02: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_