mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
333 B
13 lines
333 B
#ifndef __SFILTEST_H__
|
|
#define __SFILTEST_H__
|
|
|
|
unsigned long
|
|
InitViewSimple(RendWindow *prwin, int nTextures,
|
|
RendTexture **pprtex, UINT uiWidth, UINT uiHeight, float fArea,
|
|
UINT uiOrder, UINT uiOverdraw);
|
|
BOOL
|
|
RenderSceneSimple(RendWindow *prwin, LPD3DRECT pdrc);
|
|
void
|
|
ReleaseViewSimple(void);
|
|
|
|
#endif
|