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