LookingGlass/host/include/interface
Geoffrey McRae 6b9fa2b628 [host] capture: fix compilation with NvFBC C++ sources
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.
2022-05-16 22:09:11 +10:00
..
capture.h [host] capture: fix compilation with NvFBC C++ sources 2022-05-16 22:09:11 +10:00
platform.h [host] cleanup some missing (void) parameters 2022-02-08 16:37:17 +11:00