diff options
author | Max <mparisi@stevens.edu> | 2020-10-22 14:47:56 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-22 14:47:56 -0400 |
commit | e59582e0613910f8a47b0d6458975a5205d16d4e (patch) | |
tree | 8738887e457e1810630882b715783ed34a2838c5 /src/code_801DAA30.cpp | |
parent | d777bee871875f336299c8863e06918ffe0d0b8d (diff) |
decompile code_801DB81C, and revamp the source file layout template and type naming convention. Rename unkStruct to ctorStruct
Diffstat (limited to 'src/code_801DAA30.cpp')
-rw-r--r-- | src/code_801DAA30.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/code_801DAA30.cpp b/src/code_801DAA30.cpp index 17375d9..c8f0756 100644 --- a/src/code_801DAA30.cpp +++ b/src/code_801DAA30.cpp @@ -1,11 +1,8 @@ #include "types.h"
-#include "unkStruct.h"
+#include "ctorStruct.h"
#include "code_801DAAE0.h"
-namespace
-{
- unkStruct gUnk8063F2C8(1, 4, 0);
-}
+static ctorStruct gUnk8063F2C8(1, 4, 0);
void* operator new(size_t sz)
{
|