Skip to content

Commit

Permalink
Put static functions in dodeca.rs in a module
Browse files Browse the repository at this point in the history
  • Loading branch information
inthar-raven committed Apr 26, 2024
1 parent e43d176 commit 0f5da2a
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 192 deletions.
3 changes: 2 additions & 1 deletion common/src/cursor.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use std::sync::OnceLock;

use crate::dodeca::{Side, Vertex, SIDE_COUNT};
use crate::dodeca::SIDE_COUNT;
use crate::dodeca::{Side, Vertex};
use crate::graph::{Graph, NodeId};
use crate::node::ChunkId;

Expand Down
Loading

0 comments on commit 0f5da2a

Please sign in to comment.