#include "types.h" #define SOKOL_IMPL #include "sokol_time.h" int main(int argc, char **argv) { server(0); return 0; }