amazing ascii moving now from file
This commit is contained in:
17
semestralka1/background_dark_inverted.h
Normal file
17
semestralka1/background_dark_inverted.h
Normal file
@@ -0,0 +1,17 @@
|
||||
// background_dark_inverted.h
|
||||
#pragma once
|
||||
|
||||
// embedded ASCII art background
|
||||
static const char *BACKGROUND_DARK_INVERTED[] = {
|
||||
"##################################################",
|
||||
"# #",
|
||||
"# example ASCII background line 1 #",
|
||||
"# replace this content with your real art #",
|
||||
"# #",
|
||||
"#================================================#",
|
||||
"# #",
|
||||
"# #",
|
||||
"##################################################"
|
||||
};
|
||||
static const int BACKGROUND_DARK_INVERTED_LINES =
|
||||
sizeof(BACKGROUND_DARK_INVERTED) / sizeof(BACKGROUND_DARK_INVERTED[0]);
|
||||
Reference in New Issue
Block a user