mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-13 20:11:36 +00:00

The prior commit to expose the FrameBuffer internals makes use of an atomic from `stdatomic.h`. Unfortunatly C++ has no notion of _Atomic and as such `stdatomic.h` is not compatible. To work around this we instead just forward declare the type here.