This commit is contained in:
nora 2023-04-17 20:27:56 +02:00
parent dac93f611b
commit ded76b32b8
15 changed files with 39 additions and 261 deletions

View file

@ -1,7 +1,4 @@
use sfml::audio::Music;
use crate::texture_atlas::AtlasBundle;
#[derive(Debug)]
pub(crate) struct Res {
pub(crate) atlas: AtlasBundle,
pub(crate) surf_music: Music<'static>,
}
pub(crate) struct Res {}