This commit is contained in:
water
2021-06-19 13:05:48 -04:00
parent 387a394be9
commit 57b2f5d72f
9 changed files with 410 additions and 143 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
#pragma once
#include <vector>
#include <array>
#include <unordered_map>
#include <string>
#include "common/type_system/TypeSpec.h"
@@ -10,4 +11,5 @@
namespace decompiler {
bool run_type_analysis_ir2(const TypeSpec& my_type, DecompilerTypeSystem& dts, Function& func);
}
} // namespace decompiler