refactor: split OSC52 off into different interface

This commit is contained in:
Grace Yoder 2026-06-24 17:48:16 -06:00
parent c566d83978
commit e2c08a093f
Signed by: grace
SSH key fingerprint: SHA256:oG9v0ZlohsoMAg083HAwBGOcaPLF3nIuOlAW4MtASMo
3 changed files with 97 additions and 47 deletions

1
src/Clip.zig Normal file
View file

@ -0,0 +1 @@
pub const OSC52 = @import("Clip/OSC52.zig");