mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-05-13 02:41:20 +00:00
Anonymous structs have a limitation on GCC when involving non-trivial default constructors, as it's a compiler extension and not actually standard C++ to use anonymous structs. We can give the struct a concrete name, which fixes this issue.
Description
Virtual Gamecube CARD API
Languages
C++
97.3%
CMake
2.7%