Subversion Repositories filter_foundry

Rev

Rev 495 | Rev 523 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 495 Rev 496
Line 253... Line 253...
253
 
253
 
254
 
254
 
255
void strcpy_advance_id(TCHAR** str, int msgid);
255
void strcpy_advance_id(TCHAR** str, int msgid);
256
void FF_GetMsg(TCHAR* ret, int MsgId);
256
void FF_GetMsg(TCHAR* ret, int MsgId);
257
TCHAR* FF_GetMsg_Cpy(int MsgId);
257
TCHAR* FF_GetMsg_Cpy(int MsgId);
-
 
258
void FF_GetMsg_Free(TCHAR* str);