mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Remove extra direction constants
This commit is contained in:
parent
e6788fc9ca
commit
dc1cbc07cc
1 changed files with 0 additions and 9 deletions
|
|
@ -12,15 +12,6 @@ use lodepng::ffi::{State as PngState, ColorType};
|
|||
use gfx::{self, Factory as FactoryTrait};
|
||||
use {Factory, Texture};
|
||||
|
||||
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;
|
||||
|
||||
type Rect = (u32, u32, u32, u32);
|
||||
|
||||
pub use dm::dmi::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue