cyberenv
[vrfileman] / src / backdrop.h
diff --git a/src/backdrop.h b/src/backdrop.h
new file mode 100644 (file)
index 0000000..b89d040
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef BACKDROP_H_
+#define BACKDROP_H_
+
+bool init_backdrop();
+void cleanup_backdrop();
+
+void draw_backdrop();
+
+#endif // BACKDROP_H_