Skip to content

Commit

Permalink
Add arena constants (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithroe authored Mar 18, 2024
1 parent 4601004 commit 25dabc0
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 819 deletions.
17 changes: 8 additions & 9 deletions src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,18 @@
// //! [`FromStr`]: std::str::FromStr
// //! [`Display`]: std::fmt::Display

// pub mod extra;
// pub mod numbers;
// mod recipes;
// pub mod seasonal;
pub mod numbers;
pub mod prototypes;
mod small_enums;
mod types;
// pub mod look;
// pub mod find;
//mod recipes; // TODO: most/all of this is World specific
//pub mod seasonal;
//pub mod extra; // TODO: most/all of this is World specific
//pub mod look; // TODO: most/all of this is World specific
//pub mod find; // TODO: most/all of this is World specific

pub use self::{small_enums::*, types::*};
//pub use self::{extra::*, numbers::*, recipes::FactoryRecipe, small_enums::*,
// types::*, look::*};
pub use self::{small_enums::*, types::*, numbers::*};
//pub use self::{extra::*, look::*, recipes::FactoryRecipe}; // TODO: most/all of this is World specific

// pub use self::find::{FindConstant, Find, CREEPS, MY_CREEPS, HOSTILE_CREEPS,
// SOURCES_ACTIVE, SOURCES, DROPPED_RESOURCES, STRUCTURES, MY_STRUCTURES,
Expand Down
Loading

0 comments on commit 25dabc0

Please sign in to comment.