summaryrefslogtreecommitdiff
path: root/src/video/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/interface.h')
-rw-r--r--src/video/interface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/video/interface.h b/src/video/interface.h
new file mode 100644
index 0000000..9c77de2
--- /dev/null
+++ b/src/video/interface.h
@@ -0,0 +1,6 @@
+// interface.h
+// Provides the interface with which all video interactions must occur.
+
+void VideoInit();
+
+void VideoClose(); \ No newline at end of file