floooh / sokol

minimal cross-platform standalone C headers
https://floooh.github.io/sokol-html5
zlib License
6.82k stars 475 forks source link

fix public function implementation prefix for egl functions #851

Closed AnujAsher closed 1 year ago

AnujAsher commented 1 year ago

it was a typo SOKOL_APP_IMPL -> SOKOL_API_IMPL

floooh commented 1 year ago

Whooops, thanks for catching that!