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