mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-23 22:50:24 +00:00
17 lines
233 B
C++
17 lines
233 B
C++
/*
|
|
$info$
|
|
tags: thunklibs|X11
|
|
$end_info$
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xutil.h>
|
|
#include <X11/extensions/Xfixes.h>
|
|
|
|
#include "common/Guest.h"
|
|
|
|
#include "thunkgen_guest_libXfixes.inl"
|
|
|
|
LOAD_LIB(libXfixes)
|