1
0
mirror of https://github.com/ScrelliCopter/VGM-Tools synced 2025-02-21 04:09:25 +11:00

use c include for stdint

This commit is contained in:
2019-10-01 23:40:22 +10:00
parent c94016e793
commit 454fcd3226

View File

@@ -20,7 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <cstdint>
#include <stdint.h>
typedef struct { uint8_t* data; size_t size; } Buffer;