/*
* Blue Engine by Elham Aryanpur
*
* The license is same as the one on the root.
*/
//!
pub
/// interal error definitions of the engine
/// contains the definition for Object type, which is a type that make it easier to manage data for rendering.
/// contains all the declarations such as structs, exports, enums, ...
/// contains definition for rendering part of the engine.
/// Utilities for the engine (soon moving to it's own
/// [crate](https://github.com/AryanpurTech/BlueEngineUtilities)).
pub use *;
/// contains definition for creation of window and instance creation.
pub use crate*;
/// contains defintions of top level functionality of the Engine