ocarina/include/tests/gui.h

19 lines
339 B
C

/*
* Copyright 2016 (c) Anna Schumaker.
*/
#ifndef TESTS_GUI_H
#define TESTS_GUI_H
#ifdef TEST_NEED_AUDIO
void __audio_can_accel() {}
void __audio_pause_count() {}
void __audio_pause_enabled() {}
void __audio_seek() {}
#endif
#ifdef TEST_NEED_SIDEBAR
void __sidebar_resize() {}
#endif /* TEST_NEED_SIDEBAR */
#endif /* TESTS_GUI_H */