sm64pc/src/pc/audio/audio_sdl.h

7 lines
83 B
C
Raw Permalink Normal View History

2020-05-05 12:15:53 +00:00
#ifndef AUDIO_SDL_H
#define AUDIO_SDL_H
extern struct AudioAPI audio_sdl;
#endif