This commit is contained in:
Daveo 2000-08-29 19:54:22 +00:00
parent e9f123dec7
commit 74ac11a27f
40 changed files with 6829 additions and 0 deletions

8
source/utils/replace.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef __REPLACE_H__
#define __REPLACE_H__
extern "C" void MCmemcpy(void *Dst,void *Src,int Length);
#endif