diff options
author | Max <mparisi@stevens.edu> | 2020-10-20 19:34:59 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-20 19:34:59 -0400 |
commit | b844c7ce68e07301f23c8970f7abe9df73e24064 (patch) | |
tree | b62af8c48c65a3f3a6db2e98972a54b9007b06e2 /src/code_801DAAE0.cpp | |
parent | 2ec0b72bb2e3b36d4fefa7b639612ec37993f832 (diff) |
add header files and reduce scope of local variable/functions
Diffstat (limited to 'src/code_801DAAE0.cpp')
-rw-r--r-- | src/code_801DAAE0.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_801DAAE0.cpp b/src/code_801DAAE0.cpp index c03d384..31b84e5 100644 --- a/src/code_801DAAE0.cpp +++ b/src/code_801DAAE0.cpp @@ -1,8 +1,8 @@ #include "types.h"
#include "unkStruct.h"
-#include "code_801DAAE0.h"
#include "Runtime/__mem.h"
#include "SDK/mem.h"
+#include "code_801DAAE0.h"
namespace
{
|