stoneage8.5/石器时代8.5客户端最新源代码/石器源码/systeminc/ime_sa.h
2020-06-23 15:53:23 +08:00

12 lines
192 B
C

/************************/
/* ime.h */
/************************/
#ifndef _IME_H_
#define _IME_H_
void ShowBottomLineString(int iColor,LPSTR lpstr);
void ImeProc();
#endif