mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
delete
This commit is contained in:
parent
62107a20d8
commit
2be0e28305
2 changed files with 2 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue