diff --git a/desktop_version/src/BinaryBlob.h b/desktop_version/src/BinaryBlob.h index 6306313f..f8089930 100644 --- a/desktop_version/src/BinaryBlob.h +++ b/desktop_version/src/BinaryBlob.h @@ -2,6 +2,7 @@ #define BINARYBLOB_H #include +#include /* Laaaazyyyyyyy -flibit */ // #define VVV_COMPILEMUSIC @@ -27,9 +28,9 @@ struct resourceheader { char name[48]; - int start_UNUSED; - int size; - bool valid; + int32_t start_UNUSED; + int32_t size; + uint8_t valid; }; class binaryBlob