mirror of
https://github.com/zeldaret/tp
synced 2026-06-16 23:00:27 -04:00
remove functions.h
This commit is contained in:
@@ -5,6 +5,22 @@
|
||||
#include "dvd/dvd.h"
|
||||
#include "global.h"
|
||||
|
||||
extern "C" {
|
||||
char* strcat(char*, const char*);
|
||||
char* strcpy(char*, const char*);
|
||||
char* strrchr(char*, int);
|
||||
int strcmp(const char*, const char*);
|
||||
int tolower(int);
|
||||
u32 strlen(const char*);
|
||||
void __dl__FPv(void);
|
||||
void __dt__10JSUPtrLinkFv(void);
|
||||
void free__7JKRHeapFPv(void);
|
||||
void free__7JKRHeapFPvP7JKRHeap(void);
|
||||
void getDvdPathName__12JKRFileCacheCFPCc(void);
|
||||
void memcpy(void*, const void*, int);
|
||||
void remove__10JSUPtrListFP10JSUPtrLink(void);
|
||||
}
|
||||
|
||||
JKRFileCache* JKRFileCache::mount(const char* path, JKRHeap* heap, const char* param_3) {
|
||||
if (!path || *path != '/') {
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user