//! Entry point for Y-Craft engine library
usestd::hash::Hash;pubmodres;pubmodobj;pubmodcollision;pubmodroom;pubmodapp;pubmodutil;/// Y-Craft generically uses hypothetical enums to index various things, and there are restrictions
/// on these enums for the user
pubtraitIndexRestriction: Clone + Copy + Hash + Eq + 'static {}impl<T:Clone+Copy+ Hash +Eq+'static> IndexRestriction forT{}