aboutsummaryrefslogtreecommitdiff
path: root/tests/compile/sokol_fetch.c
blob: 25090563556701aeb1fdbde289b491caabf72c5f (plain)
1
2
3
4
5
6
#define SOKOL_IMPL
#include "sokol_fetch.h"

void use_fetch_impl(void) {
    sfetch_setup(&(sfetch_desc_t){0});
}