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 -2
View File
@@ -31,8 +31,7 @@
#include "gui.hpp"
#include "sprites.h"
namespace GFX
{
namespace GFX {
// Basic GUI.
void DrawTop(void);
void DrawBottom(void);
+1 -2
View File
@@ -29,8 +29,7 @@
#include <string>
namespace Msg
{
namespace Msg {
void DisplayMsg(std::string text);
void DisplayWarnMsg(std::string Text);
bool promptMsg(std::string promptMsg);