camera_suite_speaker.h 143 B

1234567
  1. #pragma once
  2. #define NOTE_INPUT 587.33f
  3. void camera_suite_play_input_sound(void* context);
  4. void camera_suite_stop_all_sound(void* context);