mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Remove duplicate constants from dmm_tools::dmi
This commit is contained in:
parent
ab7eb9dcad
commit
a8d002d6a6
1 changed files with 1 additions and 10 deletions
|
|
@ -6,19 +6,10 @@ use ndarray::Array3;
|
|||
use lodepng::{self, RGBA};
|
||||
use lodepng::ffi::{State as PngState, ColorType};
|
||||
|
||||
pub const NORTH: i32 = 1;
|
||||
pub const SOUTH: i32 = 2;
|
||||
pub const EAST: i32 = 4;
|
||||
pub const WEST: i32 = 8;
|
||||
pub const NORTHEAST: i32 = 5;
|
||||
pub const NORTHWEST: i32 = 9;
|
||||
pub const SOUTHEAST: i32 = 6;
|
||||
pub const SOUTHWEST: i32 = 10;
|
||||
pub use dm::dmi::*;
|
||||
|
||||
type Rect = (u32, u32, u32, u32);
|
||||
|
||||
pub use dm::dmi::*;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Icon file and metadata handling
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue