8 lines
87 B
C++
8 lines
87 B
C++
#define SOKOL_IMPL
|
|
#include "sokol_time.h"
|
|
|
|
void use_time_impl() {
|
|
stm_setup();
|
|
}
|
|
|