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