bullet3/examples/MultiThreading/MultiThreadingExample.h
2015-08-21 15:18:18 -07:00

12 lines
273 B
C++

#ifndef MULTI_THREADING_EXAMPLE_H
#define MULTI_THREADING_EXAMPLE_H
enum EnumMultiThreadingExampleTypes
{
SINGLE_SIM_THREAD=0,
};
class CommonExampleInterface* MultiThreadingExampleCreateFunc(struct CommonExampleOptions& options);
#endif //MULTI_THREADING_EXAMPLE_H