summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2021-12-05 17:15:10 -0800
committerGitHub <noreply@github.com>2021-12-05 17:15:10 -0800
commitf7916ebde17cb384c75921cf55878f5b7b305366 (patch)
treed78f1b895c9f6b515933c3549134c3be2f590eab /include/JSystem/J2DGraph
parentcc29e8e5c961daee206ebe49543517aee901fe71 (diff)
parent751a4112a02a7ddc4f638d8300e66ab57afcde34 (diff)
Merge pull request #165 from TakaRikka/link
daAlink work
Diffstat (limited to 'include/JSystem/J2DGraph')
-rw-r--r--include/JSystem/J2DGraph/J2DAnmLoader.h2
-rw-r--r--include/JSystem/J2DGraph/J2DPane.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DAnmLoader.h b/include/JSystem/J2DGraph/J2DAnmLoader.h
index 0c2f69d007..b6867363da 100644
--- a/include/JSystem/J2DGraph/J2DAnmLoader.h
+++ b/include/JSystem/J2DGraph/J2DAnmLoader.h
@@ -6,7 +6,7 @@
#include "dolphin/types.h"
struct J2DAnmLoaderDataBase {
- /* 80308A6C */ static void load(void const*);
+ /* 80308A6C */ static void* load(void const*);
};
class J2DAnmLoader {
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h
index d73d42d169..a58858aa85 100644
--- a/include/JSystem/J2DGraph/J2DPane.h
+++ b/include/JSystem/J2DGraph/J2DPane.h
@@ -128,6 +128,7 @@ public:
void* getPointer(JSURandomInputStream* stream, u32 size, JKRArchive* archive);
void animationTransform();
void updateTransform(const J2DAnmTransform* transform);
+ void setUserInfo(u64 info) { mUserInfoTag = info; }
static f32 static_mBounds[4];