1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//! # CastleCore
//!
//! Core Engine for development (Altenstein and same projects.)
//! Will pack with map (and same) editor base on CastleCore.
// Public constants
pub const CC_VER: &str = "v0.0.12";
// Heavy lines for write borders
pub const LU_CORNER: char = '┏';
pub const LD_CORNER: char = '┗';
pub const RU_CORNER: char = '┓';
pub const RD_CORNER: char = '┛';
pub const UD_LINE: char = '━';
pub const LR_LINE: char = '┃';
pub const UD_T: char = '┳';
pub const DU_T: char = '┻';
pub const LR_T: char = '┣';
pub const RL_T: char = '┫';
pub const CROSS: char = '╋';
// Double pack: ║ ═ ╔ ╗ ╚ ╝ ╠ ╣ ╦ ╩ ╬
/// A temporary module for debugging functions.
/// A module containing all the functions related to the borders (temporary description)
/// A module containing all the functions related to the screen (temporary description)
/// A module containing all the functions related to the render (temporary description)
/// A module containing all the core functions (temporary description)
/// Return current CastleCore version