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
commit 779a7c6479
29 changed files with 267 additions and 126 deletions

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, ...);
}