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