mirror of
https://github.com/open-goal/jak-project
synced 2026-09-05 18:58:14 -04:00
Add enums and some cleanup (#148)
* support enums * better compiler warnings * tweaks to build with clang
This commit is contained in:
@@ -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,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
class ObjectFileData;
|
||||
struct ObjectFileData;
|
||||
|
||||
struct TPageResultStats {
|
||||
int total_textures = 0;
|
||||
|
||||
Reference in New Issue
Block a user