11 lines
231 B
C
11 lines
231 B
C
![]() |
#ifndef __MAGIC_FIELD_H__
|
|||
|
#define __MAGIC_FIELD_H__
|
|||
|
|
|||
|
/* <20><>ū<EFBFBD><C5AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD><C6A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
|||
|
|
|||
|
int MAGIC_Recovery_Field( int charaindex, int magicindex);
|
|||
|
int MAGIC_OtherRecovery_Field( int charaindex, int toindex, int magicindex);
|
|||
|
|
|||
|
#endif
|
|||
|
|