7 lines
116 B
Rust
7 lines
116 B
Rust
use nih_plug::prelude::*;
|
|
|
|
use twinc_emu_vst::GameboyEmu;
|
|
|
|
fn main() {
|
|
nih_export_standalone::<GameboyEmu>();
|
|
}
|