gear/src/thirdparty/sokol/sokol_metal.m

11 lines
254 B
Mathematica
Raw Normal View History

2024-08-17 19:12:22 +12:00
#ifdef SOKOL_METAL
#define SOKOL_IMPL
#include <sokol/sokol_app.h>
#include <sokol/sokol_audio.h>
#include <sokol/sokol_fetch.h>
#include <sokol/sokol_gfx.h>
#include <sokol/sokol_glue.h>
#include <sokol/sokol_log.h>
#include <sokol/sokol_time.h>
#endif