bullet3/examples/MultiThreading/MultiThreadingExample.h

12 lines
273 B
C
Raw Normal View History

2015-08-21 22:18:18 +00:00
#ifndef MULTI_THREADING_EXAMPLE_H
#define MULTI_THREADING_EXAMPLE_H
enum EnumMultiThreadingExampleTypes
{
SINGLE_SIM_THREAD = 0,
2015-08-21 22:18:18 +00:00
};
class CommonExampleInterface* MultiThreadingExampleCreateFunc(struct CommonExampleOptions& options);
2015-08-21 22:18:18 +00:00
#endif //MULTI_THREADING_EXAMPLE_H