aboutsummaryrefslogtreecommitdiff
path: root/src/dxvk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dxvk.h')
-rw-r--r--src/dxvk.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dxvk.h b/src/dxvk.h
new file mode 100644
index 0000000..ef423e2
--- /dev/null
+++ b/src/dxvk.h
@@ -0,0 +1,9 @@
+#ifndef DXVK_H
+#define DXVK_H
+
+int dxvk(int, char**);
+int dxvk_install(int, char**);
+int dxvk_list(int, char**);
+int dxvk_help(int, char**);
+
+#endif \ No newline at end of file