aboutsummaryrefslogtreecommitdiff
path: root/game/background/BackgroundSubScene.h
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2024-12-21 11:19:52 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2024-12-21 11:19:52 +0100
commit999e1b928aa632e80521651f14013c267af604dc (patch)
treedbb30be31d332cbc53dcbb9ab498856c80162e8c /game/background/BackgroundSubScene.h
parent0ba89eff9283d5f9f59fa763a19f4616f1c66d74 (diff)
Moved file to sub directory
Diffstat (limited to 'game/background/BackgroundSubScene.h')
-rw-r--r--game/background/BackgroundSubScene.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/game/background/BackgroundSubScene.h b/game/background/BackgroundSubScene.h
new file mode 100644
index 0000000..06bdac4
--- /dev/null
+++ b/game/background/BackgroundSubScene.h
@@ -0,0 +1,10 @@
+#pragma once
+
+namespace crepe {
+class Scene;
+}
+
+class BackgroundSubScene {
+public:
+ BackgroundSubScene(crepe::Scene & scn);
+};