summaryrefslogtreecommitdiff
path: root/src/scenes/scenes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenes/scenes.h')
-rw-r--r--src/scenes/scenes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scenes/scenes.h b/src/scenes/scenes.h
index d243a6d..37da761 100644
--- a/src/scenes/scenes.h
+++ b/src/scenes/scenes.h
@@ -16,6 +16,8 @@ typedef struct {
/// A generic pointer to whatever data the scene needs. You will have to
/// cast it yourself
void *data;
+ // Set this to true if the previous scene should be rendered
+ bool IsTransparent;
} Scene;
bool InitSceneStack();