mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
7 lines
99 B
C
7 lines
99 B
C
#ifndef DVDFATAL_H
|
|
#define DVDFATAL_H
|
|
|
|
void __DVDPrintFatalMessage(void);
|
|
|
|
#endif /* DVDFATAL_H */
|