aboutsummaryrefslogtreecommitdiff
path: root/src/example/Background.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/Background.h')
-rw-r--r--src/example/Background.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/example/Background.h b/src/example/Background.h
deleted file mode 100644
index 7c5a2bb..0000000
--- a/src/example/Background.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-namespace crepe {
-class Scene;
-}
-
-class Background {
-public:
- Background(crepe::Scene & scn);
-};