Module editeur::prelude [] [src]

Reexports

pub use super::SPEC_ROOT;
pub use super::SPEC_ROOT_DEFAULT;
pub use super::SPEC_MAX_DRAW;
pub use super::SPEC_SUBD_NCT;
pub use super::SPEC_SUBD_NCS;
pub use super::SPEC_SUBD_NCF;
pub use super::Graphic;
pub use super::tuple::Tuple;
pub use super::sheet::Sheet;
pub use super::emotion::Emotion;
pub use super::position::Posture;
pub use super::sprite::Sprite;
pub use super::sprite::draw::Draw;
pub use super::sprite::draw::SPEC_MAX_XY;
pub use super::sprite::draw::SPEC_MAX_X;
pub use super::sprite::draw::SPEC_MAX_Y;
pub use super::sprite::texel::Texel;
pub use super::sprite::texel::TexelError;
pub use super::sprite::texel::part::Part;
pub use super::sprite::texel::part::PartError;

Enums

DrawError

The enum DrawError defines the possible errors from constructor Position.

EmotionError

The enum EmotionError defines the possible errors from constructor Emotion.

GraphicError

The enum GraphicError defines the possible errors from constructor Graphic.

PostureError

The enum PostureError defines the possible errors from constructor Posture.

SheetError

The enum SheetError defines the possible errors from constructor Sheet.

SpriteError

The enum SpriteError defines the possible errors from constructor Sprite.