Add Fade effects.

Also change me to `SuperSaiyajinStackie`.

Also update for latest Universal-Core changes.
This commit is contained in:
StackZ
2020-05-27 13:49:37 +02:00
parent 6e085dddcb
commit 779a7c6479
29 changed files with 267 additions and 126 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
namespace Config {
extern int LangPath, Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor, viewMode, progressbarColor, autoboot, outdated, uptodate, notFound, future, Button, keyDelay;
extern std::string lang, ScriptPath, MusicPath, StorePath, AutobootFile;
extern bool Logging, UseBars, GodMode;
extern bool Logging, UseBars, fading;
void load();
void save();
+1 -2
View File
@@ -5,8 +5,7 @@
bool matchPattern(std::string pattern, std::string tested);
namespace StringUtils
{
namespace StringUtils {
std::string format(const std::string& fmt_str, ...);
}