/** * This file defines the few projectM API calls used in the playlist library. We're not interested * in their implementation in this test suite. */ #include #include PROJECTM_EXPORT void projectm_set_preset_switch_requested_event_callback(projectm_handle, projectm_preset_switch_requested_event, void*) { } PROJECTM_EXPORT void projectm_set_preset_switch_failed_event_callback(projectm_handle, projectm_preset_switch_failed_event, void*) { } PROJECTM_EXPORT void projectm_load_preset_file(projectm_handle, const char*, bool) { }