Rev 160 | Rev 172 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 160 | Rev 161 | ||
---|---|---|---|
Line 94... | Line 94... | ||
94 | // interlocutor.cpp function prototypes |
94 | // interlocutor.cpp function prototypes |
95 | void Interlocutors_Init (void); |
95 | void Interlocutors_Init (void); |
96 | void Interlocutors_Shutdown (void); |
96 | void Interlocutors_Shutdown (void); |
97 | interlocutor_t *Interlocutor_FindOrCreate (const wchar_t *nickname); |
97 | interlocutor_t *Interlocutor_FindOrCreate (const wchar_t *nickname); |
98 | interlocutor_t *Interlocutor_FindByWindowHandle (HWND window_handle); |
98 | interlocutor_t *Interlocutor_FindByWindowHandle (HWND window_handle); |
99 | void Interlocutor_Chat (interlocutor_t *interlocutor, const wchar_t *sender, bool is_localsender, const wchar_t * |
99 | void Interlocutor_Chat (interlocutor_t *interlocutor, const wchar_t *sender, bool is_localsender, const wchar_t *message); |
100 | void Interlocutor_Notify (interlocutor_t *interlocutor, const wchar_t *fmt, ...); |
100 | void Interlocutor_Notify (interlocutor_t *interlocutor, const wchar_t *fmt, ...); |
101 | 101 | ||
102 | // localizedtexts.cpp function prototypes |
102 | // localizedtexts.cpp function prototypes |
103 | void LocalizedTexts_Init (void); |
103 | void LocalizedTexts_Init (void); |
104 | void LocalizedTexts_Shutdown (void); |
104 | void LocalizedTexts_Shutdown (void); |