summaryrefslogtreecommitdiff
path: root/engine/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/background.h')
-rw-r--r--engine/background.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engine/background.h b/engine/background.h
new file mode 100644
index 0000000..4c294c8
--- /dev/null
+++ b/engine/background.h
@@ -0,0 +1,9 @@
+#ifndef BACKGROUND_H
+#define BACKGROUND_H
+
+class Background {
+ public:
+ void draw();
+};
+
+#endif