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

16 lines
382 B
C

///////////////////////////////////////////////////////////////////////////////
//
// Monolithic Rasterizer Functions - Public Header File
//
///////////////////////////////////////////////////////////////////////////////
#ifndef _MONOSPAN_H
#define _MONOSPAN_H
#include "span.h"
DllExport HRESULT Monolithic_RenderSpansTestSelector(PD3DI_RASTCTX pCtx);
#endif