zig-glfw/src/sources_all.c
Stephen Gutekanst 100617d449 glfw: add macOS 13 SDK support
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-06-02 09:51:03 -07:00

17 lines
408 B
C

// MacOS: this must be defined for system-sdk-13.3 and older.
#define __kernel_ptr_semantics
// General sources
#include "monitor.c"
#include "init.c"
#include "vulkan.c"
#include "input.c"
#include "osmesa_context.c"
#include "egl_context.c"
#include "context.c"
#include "window.c"
#include "platform.c"
#include "null_init.c"
#include "null_monitor.c"
#include "null_window.c"
#include "null_joystick.c"