mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-17 04:45: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 sfml_xt::graphics::RenderWindowExt;
|
||||||
use crate::math::FPS_TARGET;
|
use crate::math::FPS_TARGET;
|
||||||
pub(crate) struct ScreenRes {
|
pub(crate) struct ScreenRes {}
|
||||||
pub(crate) w: u16,
|
|
||||||
pub(crate) h: u16,
|
|
||||||
}
|
|
||||||
#[derive(Default, Clone, Copy, Debug, Inspect, Serialize, Deserialize)]
|
#[derive(Default, Clone, Copy, Debug, Inspect, Serialize, Deserialize)]
|
||||||
pub struct ScreenVec {
|
pub struct ScreenVec {
|
||||||
pub(crate) x: ScreenSc,
|
pub(crate) x: ScreenSc,
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
use std::{fs::File, io::Read, path::Path};
|
use std::{fs::File, io::Read, path::Path};
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
pub(crate) struct ExistenceBitset(pub u64);
|
pub(crate) struct ExistenceBitset();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue