Optional: Add stack of screens.

Use this if you're relying on the screens from before.
This commit is contained in:
StackZ
2020-05-27 13:25:38 +02:00
parent 95b3161f30
commit d0d78f2bfb
3 changed files with 80 additions and 24 deletions
+2 -4
View File
@@ -33,9 +33,7 @@
extern C3D_RenderTarget* Top;
extern C3D_RenderTarget* TopRight;
extern C3D_RenderTarget* Bottom;
extern bool fadeout;
extern bool fadein;
extern int fadealpha;
extern int fadecolor;
extern bool fadeout, fadein, fadeout2, fadein2;
extern int fadealpha, fadecolor;
#endif