[cln] Restructure code

This commit is contained in:
2024-03-06 09:09:10 +05:30
parent abad89d4d0
commit 62f680e801
9 changed files with 43 additions and 36 deletions

3
src/sdl_adapters/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod sdl_graphics_adapter;
pub mod sdl_audio_adapter;
pub mod sdl_keyboard_adapter;