mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-02 16:49:05 +00:00
Add Fade effects.
Also change me to `SuperSaiyajinStackie`. Also update for latest Universal-Core changes.
This commit is contained in:
+1
-2
@@ -31,8 +31,7 @@
|
||||
#include "gui.hpp"
|
||||
#include "sprites.h"
|
||||
|
||||
namespace GFX
|
||||
{
|
||||
namespace GFX {
|
||||
// Basic GUI.
|
||||
void DrawTop(void);
|
||||
void DrawBottom(void);
|
||||
|
||||
+1
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user