remove functions.h

This commit is contained in:
Pheenoh
2021-01-31 15:33:34 -05:00
parent f893c39194
commit 90578d539a
117 changed files with 3999 additions and 6094 deletions
+4
View File
@@ -1,6 +1,10 @@
#include "JSystem/JKernel/JKRDvdFile/JKRDvdFile.h"
#include "global.h"
extern "C" {
void JUTException_NS_panic_f(const char* filename, int line, const char* format, ...);
}
JKRDvdFile::JKRDvdFile() : JKRFile(), mDvdLink(this) {
initiate();
}