7 lines
86 B
C++
7 lines
86 B
C++
#define SOKOL_IMPL
|
|
#include "sokol_app.h"
|
|
|
|
void use_app_impl() {
|
|
sapp_run({ });
|
|
}
|