summaryrefslogtreecommitdiff
path: root/include/gUnkClass12.h
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-11-12 13:26:03 -0500
committerMax <mparisi@stevens.edu>2020-11-12 13:26:03 -0500
commit15eb317faaddf1a81a924b5ac2128ac842a8c991 (patch)
treedc2c8b1321b515fe681e0935f41cc33379e66ebc /include/gUnkClass12.h
parentfc81e8d7ccf8d155045e19de13a461a45a9b600e (diff)
organize headers
Diffstat (limited to 'include/gUnkClass12.h')
-rw-r--r--include/gUnkClass12.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/gUnkClass12.h b/include/gUnkClass12.h
new file mode 100644
index 0000000..53b57db
--- /dev/null
+++ b/include/gUnkClass12.h
@@ -0,0 +1,24 @@
+#ifndef POKEREVO_GUNKCLASS12_H
+#define POKEREVO_GUNKCLASS12_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+// TODO: same as gUnkClass9?
+// NOTE: It may be possible to use RTTI data to determine the name of this class
+struct gUnkClass12
+{
+ u8 unk0; // pad
+ u8 unk1;
+};
+
+// TODO: convert to member functions
+void func_801E1278(gUnkClass12*, Vec*, float);
+void func_801E10C0(gUnkClass12*, float*, float);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif //POKEREVO_GUNKCLASS12_H