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