diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-07-29 00:29:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 16:29:10 -0600 |
| commit | cc5414b013cf33b3cb98c89c74728060bc2ecc5d (patch) | |
| tree | 9de28c8e617870410fe306e0637623e4b38cdbbd /include | |
| parent | 3310098088005682a47e9faf997b606a2f89fe35 (diff) | |
fix missing header or not correctly formed header (#24)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/align_asset_macro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/align_asset_macro.h b/include/align_asset_macro.h index 554f383b0..457efe5ad 100644 --- a/include/align_asset_macro.h +++ b/include/align_asset_macro.h @@ -1,5 +1,7 @@ #pragma once +uint8_t GameEngine_OTRSigCheck(char* imgData); + #if defined(_WIN32) #define ALIGN_ASSET(x) __declspec(align(x)) #else |
