This commit is contained in:
nora 2023-04-17 19:55:53 +02:00
parent 62107a20d8
commit 2be0e28305
2 changed files with 2 additions and 5 deletions

View file

@ -5,10 +5,7 @@ use sfml::{
};
use sfml_xt::graphics::RenderWindowExt;
use crate::math::FPS_TARGET;
pub(crate) struct ScreenRes {
pub(crate) w: u16,
pub(crate) h: u16,
}
pub(crate) struct ScreenRes {}
#[derive(Default, Clone, Copy, Debug, Inspect, Serialize, Deserialize)]
pub struct ScreenVec {
pub(crate) x: ScreenSc,

View file

@ -1,3 +1,3 @@
use std::{fs::File, io::Read, path::Path};
#[derive(Clone, Copy)]
pub(crate) struct ExistenceBitset(pub u64);
pub(crate) struct ExistenceBitset();