prosperon/source/engine/thirdparty/sokol/tests/compile/sokol_fetch.cc

7 lines
93 B
C++

#define SOKOL_IMPL
#include "sokol_fetch.h"
void use_fetch_impl() {
sfetch_setup({});
}