mirror of
https://github.com/zeldaret/ss
synced 2026-07-11 22:50:06 -04:00
Names
This commit is contained in:
+3
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user