LFE: Properly print out intro
This commit is contained in:
parent
cca9d03c13
commit
7f4b114fee
1 changed files with 2 additions and 2 deletions
4
lfe.cpp
4
lfe.cpp
|
@ -41,8 +41,8 @@ void renderFrame(size_t i, rlottie::Surface &s)
|
|||
}
|
||||
|
||||
void intro() {
|
||||
std::cout<<"Welcome to LFE.";
|
||||
std::cout<<"https://gitdab.com/distok/lfe | Licensed MIT";
|
||||
std::cout<<"Welcome to LFE.\n";
|
||||
std::cout<<"https://gitdab.com/distok/lfe | Licensed MIT\n\n";
|
||||
}
|
||||
|
||||
int help() {
|
||||
|
|
Loading…
Reference in a new issue