nixpkgs/pkgs/games/the-powder-toy
Sergei Trofimovich 2f76c2ee8b the-powder-toy: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/248966234:

    ../src/graphics/FontReader.cpp: In function 'bool InitFontData()':
    ../src/graphics/FontReader.cpp:40:52: error: 'uint32_t' does not name a type
       40 |                 auto codePoint = *reinterpret_cast<uint32_t *>(ptr) & 0xFFFFFFU;
          |                                                    ^~~~~~~~
2024-02-11 10:33:08 +00:00
..
default.nix the-powder-toy: fix gcc-13 build failure 2024-02-11 10:33:08 +00:00