use nih_plug::prelude::*;
use twinc_emu_vst::GameboyEmu;
fn main() {
nih_export_standalone::<GameboyEmu>();
}