gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit fe370b0fbf3b9f0719e3ad2ffd623207f893bd53 parent de405de1058cf5a1f76a71ac1fc4b3f247d6668d Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Fri, 2 Jun 2023 01:04:13 -0700 Merge pull request #510 from bbbbbr/develop png2asset: Fix missing stdint include Diffstat:
| M | gbdk-support/png2asset/png2asset.cpp | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gbdk-support/png2asset/png2asset.cpp b/gbdk-support/png2asset/png2asset.cpp @@ -5,6 +5,7 @@ #include <set> #include <stdio.h> #include <fstream> +#include <cstdint> #include "lodepng.h"
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.