Add enums and some cleanup (#148)

* support enums

* better compiler warnings

* tweaks to build with clang
This commit is contained in:
water111
2020-12-02 19:51:42 -05:00
committed by GitHub
parent 71dda76e2b
commit ea479bee98
24 changed files with 257 additions and 182 deletions
+1
View File
@@ -27,6 +27,7 @@ class IR {
virtual TP_Type get_expression_type(const TypeState& input,
const LinkedObjectFile& file,
DecompilerTypeSystem& dts);
virtual ~IR() = default;
};
class IR_Atomic : public virtual IR {
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
class ObjectFileData;
struct ObjectFileData;
struct TPageResultStats {
int total_textures = 0;