AtlatestRepositorysigil-app

sigil-app / tree / src / csokol-app.c

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