AtlatestRepositorysigil-app
1
/*2
* sokol.c - Sokol implementation for sigil-app3
*4
* Implements sokol_app, sokol_time, and sokol_log.5
* Note: sokol_glue is in sigil-graphics since it bridges app and gfx.6
*/8
#define SOKOL_IMPL9
/* SOKOL_GLCORE is defined via compiler flags */11
#include "sokol_app.h"12
#include "sokol_time.h"13
#include "sokol_log.h"