mach/glfw/src/sources_windows.c
Stephen Gutekanst 4f61a4e3c6 glfw: update build system to glfw@master
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-06-11 17:39:25 -07:00

9 lines
234 B
C

// Windows-specific sources
#include "win32_thread.c"
#include "wgl_context.c"
#include "win32_init.c"
#include "win32_monitor.c"
#include "win32_time.c"
#include "win32_joystick.c"
#include "win32_window.c"
#include "win32_module.c"