MultiThreadingExample.h 273 B

1234567891011
  1. #ifndef MULTI_THREADING_EXAMPLE_H
  2. #define MULTI_THREADING_EXAMPLE_H
  3. enum EnumMultiThreadingExampleTypes
  4. {
  5. SINGLE_SIM_THREAD=0,
  6. };
  7. class CommonExampleInterface* MultiThreadingExampleCreateFunc(struct CommonExampleOptions& options);
  8. #endif //MULTI_THREADING_EXAMPLE_H