14 lines
253 B
C
14 lines
253 B
C
|
/**
|
||
|
** File : pmesh.h
|
||
|
** Description: Main include file
|
||
|
**/
|
||
|
|
||
|
#ifndef _pmesh_h_
|
||
|
#define _pmesh_h_
|
||
|
|
||
|
#include "interface.h"
|
||
|
|
||
|
HRESULT CreatePMeshGL(REFIID, LPVOID FAR *, IUnknown *, DWORD);
|
||
|
|
||
|
#endif //_pmesh_h_
|