You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
211B

  1. #pragma once
  2. #include <common.hpp>
  3. namespace rack {
  4. /** Updates Discord "now playing" status with its IPC API
  5. */
  6. namespace discord {
  7. void init();
  8. void destroy();
  9. } // namespace discord
  10. } // namespace rack