mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-06 19:41:31 -04:00
9 lines
129 B
C
9 lines
129 B
C
#ifndef DVDERROR_H
|
|
#define DVDERROR_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
void __DVDStoreErrorCode(u32 error);
|
|
|
|
#endif /* DVDERROR_H */
|