mirror of
https://github.com/open-goal/jak-project
synced 2026-06-27 02:45:14 -04:00
5093b97cda
* wip decompiler ir * add AtomicOp stuff * fix windows build and warnings * add instruction parser * include * make minilzo shared * odr fix * a * fix merge conflicts * move decompiler into namespace * update the code coverage to include the decompiler * add demo test * add register use test to example test
8 lines
97 B
C++
8 lines
97 B
C++
#pragma once
|
|
|
|
namespace decompiler {
|
|
class IR2 {
|
|
public:
|
|
private:
|
|
};
|
|
} // namespace decompiler
|