mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-03 00:48:32 +00:00
10 lines
106 B
C
10 lines
106 B
C
#ifndef __CLSTUFF_HDR__
|
|
#define __CLSTUFF_HDR__
|
|
|
|
|
|
|
|
|
|
|
|
void initCL(void);
|
|
|
|
#endif //__CLSTUFF_HDR__
|