mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-19 06:17:33 +00:00
17 lines
201 B
C++
17 lines
201 B
C++
/*
|
|
$info$
|
|
tags: thunklibs|asound
|
|
$end_info$
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <alsa/asoundlib.h>
|
|
|
|
#include "common/Host.h"
|
|
#include <dlfcn.h>
|
|
|
|
#include "thunkgen_host_libasound.inl"
|
|
|
|
EXPORTS(libasound)
|