aboutsummaryrefslogtreecommitdiff
path: root/tests/compile/sokol_time.cc
blob: f0c19c9b9c5c797d6e75b6705a11721f41403a70 (plain)
1
2
3
4
5
6
7
#define SOKOL_IMPL
#include "sokol_time.h"

void use_time_impl() {
    stm_setup();
}