aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Translation/IAILEmit.cs
blob: 6e4e9a78556bebf00da1755ffa6721a3fcfccafc (plain)
1
2
3
4
5
6
7
namespace ChocolArm64.Translation
{
    interface IAILEmit
    {
        void Emit(AILEmitter Context);
    }
}