summaryrefslogtreecommitdiffstats
path: root/src/render/Rubbish.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Rubbish.h')
-rw-r--r--src/render/Rubbish.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/render/Rubbish.h b/src/render/Rubbish.h
new file mode 100644
index 00000000..f4f976e9
--- /dev/null
+++ b/src/render/Rubbish.h
@@ -0,0 +1,7 @@
+#pragma once
+
+class CRubbish
+{
+public:
+ static void Render(void);
+};