diff options
author | Max <34987259+mparisi20@users.noreply.github.com> | 2020-10-27 23:02:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 23:02:12 -0400 |
commit | f13fcff4a5f496e8bc1fa4ff759698d9ac37c478 (patch) | |
tree | 5b69a6a087620e6d533822b17c56483de7783ffc /src/code_801DCE6C.cpp | |
parent | 52139f47a6c4df33fda98b3be5b140cd48ab218d (diff) | |
parent | f4dbe9a90d572a904d3e0c8b6dae3b120e47ca34 (diff) |
Merge pull request #153 from mparisi20/master
decompile code_801DBE90.cpp
Diffstat (limited to 'src/code_801DCE6C.cpp')
-rw-r--r-- | src/code_801DCE6C.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/code_801DCE6C.cpp b/src/code_801DCE6C.cpp new file mode 100644 index 0000000..8bf56a7 --- /dev/null +++ b/src/code_801DCE6C.cpp @@ -0,0 +1,25 @@ +#include "types.h"
+#include "ctorStruct.h"
+#include "code_801DCE6C.h"
+#include "Runtime/__mem.h"
+
+extern "C" {
+
+char* func_801DCE6C(gUnkClass4* p1)
+{
+ return p1->unk7;
+}
+
+char* func_801DCE74(gUnkClass4* p1)
+{
+ return p1->unk2;
+}
+
+gUnkClass4::gUnkClass4(void)
+{
+ memset(this, 0, sizeof(gUnkClass4));
+}
+
+// ...
+
+} //extern "C"
|