summaryrefslogtreecommitdiff
path: root/include/SDK/dvd.h
diff options
context:
space:
mode:
authorMax <34987259+mparisi20@users.noreply.github.com>2020-10-27 23:02:12 -0400
committerGitHub <noreply@github.com>2020-10-27 23:02:12 -0400
commitf13fcff4a5f496e8bc1fa4ff759698d9ac37c478 (patch)
tree5b69a6a087620e6d533822b17c56483de7783ffc /include/SDK/dvd.h
parent52139f47a6c4df33fda98b3be5b140cd48ab218d (diff)
parentf4dbe9a90d572a904d3e0c8b6dae3b120e47ca34 (diff)
Merge pull request #153 from mparisi20/master
decompile code_801DBE90.cpp
Diffstat (limited to 'include/SDK/dvd.h')
-rw-r--r--include/SDK/dvd.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/SDK/dvd.h b/include/SDK/dvd.h
new file mode 100644
index 0000000..d2cc09e
--- /dev/null
+++ b/include/SDK/dvd.h
@@ -0,0 +1,16 @@
+#ifndef POKEREVO_DVD_H
+#define POKEREVO_DVD_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "SDK/DVD/dvd.h"
+#include "SDK/DVD/dvdFatal.h"
+#include "SDK/DVD/dvdfs.h"
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif //POKEREVO_DVD_H