Files
URDepends/TVALGPU/include/tval3gpu3d.h

4 lines
109 B
C
Raw Normal View History

2023-05-18 16:04:27 +08:00
#include <mex.h>
extern "C"{
void TVALGPU(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) ;
}