Files
bullet3/Demos/OpenCLClothDemo/clstuff.hpp
erwin.coumans 4f9b450200 added OpenCL cloth demo, contributed by AMD.
updated GpuSoftBodySolvers
updated DirectCompute cloth demo
2010-08-14 00:56:17 +00:00

10 lines
106 B
C++

#ifndef __CLSTUFF_HDR__
#define __CLSTUFF_HDR__
void initCL(void);
#endif //__CLSTUFF_HDR__