TinyAudioExample.h 187 B

1234567
  1. #ifndef TINY_AUDIO_EXAMPLE_H
  2. #define TINY_AUDIO_EXAMPLE_H
  3. class CommonExampleInterface* TinyAudioExampleCreateFunc(struct CommonExampleOptions& options);
  4. #endif //TINY_AUDIO_EXAMPLE_H