// // GBVisualizerView.h // SameBoySDL // // Created by Lior Halphon on 7/4/21. // Copyright © 2021 Lior Halphon. All rights reserved. // #import #include @interface GBVisualizerView : NSView - (void)addSample:(GB_sample_t *)sample; @end