This commit is contained in:
parent
e9f123dec7
commit
74ac11a27f
40 changed files with 6829 additions and 0 deletions
8
source/utils/replace.h
Normal file
8
source/utils/replace.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef __REPLACE_H__
|
||||
#define __REPLACE_H__
|
||||
|
||||
|
||||
extern "C" void MCmemcpy(void *Dst,void *Src,int Length);
|
||||
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue