Added ezl_info

I recommend using ezl_info() instead of ezl_ver, it will be removed in short time.
This commit is contained in:
latenightz 2021-04-26 19:05:40 +00:00
parent b2ff9ec1e2
commit a7cb3d73bd
1 changed files with 5 additions and 1 deletions

View File

@ -12,8 +12,12 @@ void ezl_hello(int nl) {
}
}
void ezl_info() {
cout << "EZLib v1.0.0"; // NL is disabled by default
}
void ezl_ver(int nl) {
cout << "This feature is not yet availible in EZLib. int nl:" << nl;
ezl_info();
}
void ezl_time(int nl) {