diff options
| author | robojumper <robojumper@gmail.com> | 2024-05-19 16:18:26 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2024-05-19 16:18:26 +0200 |
| commit | 725e43dd690968e66631c3e38c3f477c656fd271 (patch) | |
| tree | 3631b80896b0ed50d228a826f2a2c851f0730de0 /include | |
| parent | e6d5ea1b385966ec0528d47e7310d20f53ede3f7 (diff) | |
Names
Diffstat (limited to 'include')
| -rw-r--r-- | include/m/m_dvd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/m/m_dvd.h b/include/m/m_dvd.h index a780afd6..dee59241 100644 --- a/include/m/m_dvd.h +++ b/include/m/m_dvd.h @@ -5,7 +5,7 @@ #include <egg/core/eggThread.h> #include <m/m_heap.h> -// TODO onComplete -> doClear? +void unk_initDecompressors(); namespace mDvd { @@ -35,6 +35,8 @@ public: }; void create(int priority, EGG::Heap *commandHeap, EGG::Heap *archiveHeap, EGG::Heap *threadHeap); +int ConvertPathToEntrynum(const char *path); +u32 IsExistPath(const char *path); OSThread *getOSThread(); EGG::Heap *getArchiveHeap(); |
