mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-10-30 07:11:38 +00:00
7 lines
97 B
C
7 lines
97 B
C
#pragma once
|
|
#include "recompiler.h"
|
|
|
|
struct SWARecompiler : Recompiler
|
|
{
|
|
void Analyse();
|
|
};
|