LIJI32 / SameBoy

Game Boy and Game Boy Color emulator written in C
https://sameboy.github.io/
Other
1.65k stars 207 forks source link

gb.h: add include guards for C++ projects #577

Closed orbea closed 9 months ago

orbea commented 9 months ago

This is helpful for C++ projects like bsnes that wish to include gb.h without needing to set extern "C" themselves.