mirror of
https://github.com/open-goal/jak-project
synced 2026-07-02 12:36:42 -04:00
d6bbca5620
* begin ir2 form implementation * temp * small fixes * fix test
7 lines
127 B
C++
7 lines
127 B
C++
#pragma once
|
|
|
|
#include "decompiler/Function/Function.h"
|
|
|
|
namespace decompiler {
|
|
void build_initial_forms(Function& function);
|
|
} |