Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka committed Dec 24, 2023
1 parent d87b6a0 commit 0d650be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dirs.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use bitflags::bitflags;

bitflags! {
/// The possible values for a direction in DM.
pub struct Dirs: u8 {
const NORTH = 1 << 0;
const SOUTH = 1 << 1;
Expand Down

0 comments on commit 0d650be

Please sign in to comment.