summaryrefslogtreecommitdiff
path: root/include/GSblendObject.h
diff options
context:
space:
mode:
authorMax <34987259+mparisi20@users.noreply.github.com>2020-11-06 21:01:27 -0500
committerGitHub <noreply@github.com>2020-11-06 21:01:27 -0500
commit2ae7b5c414293c202ef46942ad0fa34ad373763f (patch)
treea224fd4c07715992b6f750e73a6d7bacc04f32ca /include/GSblendObject.h
parent5818130a789d0326c52b72b42240aaf16e5ecbe9 (diff)
parent3e5884629d7d078c791a2c8bae9d93042f06dcab (diff)
Merge pull request #156 from mparisi20/master
decompile code_801DD8C0.o
Diffstat (limited to 'include/GSblendObject.h')
-rw-r--r--include/GSblendObject.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/GSblendObject.h b/include/GSblendObject.h
new file mode 100644
index 0000000..8d8499f
--- /dev/null
+++ b/include/GSblendObject.h
@@ -0,0 +1,19 @@
+#ifndef POKEREVO_GSBLENDOBJECT_H
+#define POKEREVO_GSBLENDOBJECT_H
+
+#include "GSanimationObject.h"
+#include "code_801DD5C8.h"
+
+class GSblendObject : public GSanimationObject
+{
+ gUnkClass7* unk8;
+ float unkC;
+public:
+ GSblendObject(gUnkClass8* list);
+ ~GSblendObject();
+ void func_801DDC84(float p2);
+ void func_801DDE4C(u16 id, u16 p3, float p4, float p5);
+ void func_801DDEA0(u16 id, u16 p3, float p4, float p5, float p6);
+};
+
+#endif //POKEREVO_GSBLENDOBJECT_H