Added a verticle 'cross' to the symbols as it was missing for no real reason

This commit is contained in:
Kyle Ruzic 2019-11-30 14:27:36 -07:00 committed by Florian Dehau
parent bbd4363fa9
commit b8d0f947e8

View file

@ -31,6 +31,7 @@ pub mod line {
pub const VERTICAL_RIGHT: &str = "";
pub const HORIZONTAL_DOWN: &str = "";
pub const HORIZONTAL_UP: &str = "";
pub const CROSS: &str = "";
}
pub const DOT: &str = "";