blob: 3533e719daf5bf3ac35f7e6f6bfb000552a31152 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|