blob: 94b84bcbcd50ef197946c4e8f1703098e86a5f44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef guard_m_speak_h
#define guard_m_speak_h
//==============================================================================
// Miranda Speak Plugin, © 2002 Ryan Winter
//==============================================================================
#define ME_SPEAK_SAY "Speak/Say"
//==============================================================================
//
// Summary : speak miranda includes
//
// Description : The includes need to be guarded to avoid multiple declaration
// errors
//
//==============================================================================
#endif
|