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