aboutsummaryrefslogtreecommitdiff
path: root/tests/compile/sokol_glue.cc
blob: 4aaf21cd0d56e527bc6111003f2160e9e424437f (plain)
1
2
3
4
5
6
7
8
9
#include "sokol_app.h"
#include "sokol_gfx.h"
#define SOKOL_IMPL
#include "sokol_glue.h"

void use_glue_impl() {
    const sg_environment ctx = sglue_environment();
    (void)ctx;
}