12 lines
192 B
C
12 lines
192 B
C
/************************/
|
|
/* ime.h */
|
|
/************************/
|
|
#ifndef _IME_H_
|
|
#define _IME_H_
|
|
|
|
void ShowBottomLineString(int iColor,LPSTR lpstr);
|
|
void ImeProc();
|
|
|
|
|
|
#endif
|