mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-03-04 12:39:22 +00:00
18 lines
217 B
C++
18 lines
217 B
C++
/*
|
|
$info$
|
|
tags: thunklibs|SDL2
|
|
$end_info$
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <SDL2/SDL.h>
|
|
#include <SDL2/SDL_syswm.h>
|
|
|
|
#include "common/Host.h"
|
|
#include <dlfcn.h>
|
|
|
|
#include "thunkgen_host_libSDL2.inl"
|
|
|
|
EXPORTS(libSDL2)
|