The first commit

This commit is contained in:
Banjo Kazooie
2022-07-15 17:09:41 -05:00
commit dd13d34074
1087 changed files with 391897 additions and 0 deletions

6
include/core1/mem.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __MEM_H__
#define __MEM_H__
void memcpy(void * dst, void *src, int size);
void func_80254630(void * dst, void *src, int size); //memcopy_fast
#endif