sokol on linux

This commit is contained in:
Vadim Grigoruk
2018-09-21 18:24:59 +03:00
parent e01daea353
commit f414a864e1
2 changed files with 18 additions and 1 deletions

6
examples/sokol/sokol.c Normal file
View File

@@ -0,0 +1,6 @@
#define SOKOL_IMPL
#include "sokol_app.h"
#include "sokol_gfx.h"
#include "sokol_time.h"
#include "sokol_audio.h"