remove functions.h

This commit is contained in:
Pheenoh
2021-01-31 15:33:34 -05:00
parent 980f82e95b
commit 8e3d116bb1
117 changed files with 3999 additions and 6094 deletions
+5
View File
@@ -1,6 +1,11 @@
#include "JSystem/JKernel/JKRFileLoader/JKRFileLoader.h"
#include "global.h"
extern "C" {
char* strcpy(char*, const char*);
int strcmp(const char*, const char*);
}
// todo: static initialization is working uncomment this
// JSUList<JKRFileLoader> JKRFileLoader::sVolumeList;