diff options
Diffstat (limited to 'include/SDK/DVD/dvdFatal.h')
-rw-r--r-- | include/SDK/DVD/dvdFatal.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/SDK/DVD/dvdFatal.h b/include/SDK/DVD/dvdFatal.h new file mode 100644 index 0000000..3533e71 --- /dev/null +++ b/include/SDK/DVD/dvdFatal.h @@ -0,0 +1,14 @@ +#ifndef POKEREVO_DVDFATAL_H
+#define POKEREVO_DVDFATAL_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+BOOL DVDSetAutoFatalMessaging(BOOL enable);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif //POKEREVO_DVDFATAL_H
|