fix missing header or not correctly formed header (#24)

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
coco875
2024-07-29 00:29:10 +02:00
committed by GitHub
parent 3310098088
commit cc5414b013
8 changed files with 20 additions and 7 deletions
+2
View File
@@ -1,5 +1,7 @@
#pragma once
uint8_t GameEngine_OTRSigCheck(char* imgData);
#if defined(_WIN32)
#define ALIGN_ASSET(x) __declspec(align(x))
#else