26 lines
575 B
C
26 lines
575 B
C
//#pragma attribute(push, nogc, nothrow)
|
|
|
|
#ifdef __linux__
|
|
# include <xcb/xcb.h>
|
|
# include <xcb/xfixes.h>
|
|
# include <X11/XKBlib.h>
|
|
# include <X11/Xlib-xcb.h>
|
|
# include <X11/Xlib.h>
|
|
# include <X11/keysym.h>
|
|
# include <X11/extensions/Xfixes.h>
|
|
# include <ft2build.h>
|
|
# include FT_FREETYPE_H
|
|
# include FT_GLYPH_H
|
|
#endif
|
|
|
|
#include <xmmintrin.h>
|
|
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
#include "external/stb/stb_image.h"
|
|
|
|
#define CGLM_FORCE_DEPTH_ZERO_TO_ONE
|
|
#include "external/cglm/cglm.h"
|
|
|
|
#define TINYOBJ_LOADER_C_IMPLEMENTATION
|
|
#include "external/tinyobjloader/tinyobj_loader_c.h"
|