tuupola / hagl

Hardware Agnostic Graphics Library for embedded
https://www.appelsiini.net/tags/hagl/
MIT License
303 stars 49 forks source link

Add extern "C" { ... } to hagl.h #38

Closed CrashOverride85 closed 3 years ago

CrashOverride85 commented 3 years ago

I was having problems building hagl when included from a cpp project, and found extern "C"... was missing from hagl.h, but present in the rest of the headers, so this adds it...

tuupola commented 3 years ago

Good catch. Thanks!