7 lines
93 B
C++
7 lines
93 B
C++
|
#define SOKOL_IMPL
|
||
|
#include "sokol_fetch.h"
|
||
|
|
||
|
void use_fetch_impl() {
|
||
|
sfetch_setup({});
|
||
|
}
|