summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2025-07-06 23:14:57 +0000
committerGitHub <noreply@github.com>2025-07-06 17:14:57 -0600
commita0b202cca4fc4a8aa7f5c24ef4f579018e1f34c6 (patch)
treed4cc18fb38e006d001811aed0306fa9612da36e4 /include
parent4491c025a5e22624caa7dac3faf802de395db17a (diff)
fix some custom texture (#426)
* fix lakitu custom texture * finish fix lakitu * finish fix lakitu but also fix crab and snowman * Update Mole.cpp * fix texture around jumbotron --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'include')
-rw-r--r--include/align_asset_macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/align_asset_macro.h b/include/align_asset_macro.h
index 43b28dd3a..8292815f8 100644
--- a/include/align_asset_macro.h
+++ b/include/align_asset_macro.h
@@ -1,6 +1,6 @@
#pragma once
-bool GameEngine_OTRSigCheck(char* imgData);
+bool GameEngine_OTRSigCheck(const char* imgData);
#if defined(_WIN32)
#define ALIGN_ASSET(x) __declspec(align(x))