sm64pc/src/pc/audio/audio_sdl.h

7 lines
83 B
C

#ifndef AUDIO_SDL_H
#define AUDIO_SDL_H
extern struct AudioAPI audio_sdl;
#endif