mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-03 21:12:32 +00:00
18 lines
203 B
C++
18 lines
203 B
C++
/*
|
|
$info$
|
|
tags: thunklibs|EGL
|
|
$end_info$
|
|
*/
|
|
|
|
#include <cstdio>
|
|
#include <dlfcn.h>
|
|
|
|
#include <EGL/egl.h>
|
|
|
|
#include "common/Host.h"
|
|
#include <dlfcn.h>
|
|
|
|
#include "thunkgen_host_libEGL.inl"
|
|
|
|
EXPORTS(libEGL)
|