changeset 0 | 586472add385 |
child 8 | 3152de03758e |
-1:000000000000 | 0:586472add385 |
---|---|
1 /** |
|
2 * $Id: mcbot.h 46 2008-01-09 23:59:17Z mbroeker $ |
|
3 * $URL: http://localhost/svn/c/mcbot/trunk/include/mcbot.h $ |
|
4 * |
|
5 */ |
|
6 |
|
7 #ifndef MCBOT_H |
|
8 #define MCBOT_H |
|
9 |
|
10 #ifndef VERSION |
|
11 #define VERSION 0.0 |
|
12 #endif |
|
13 |
|
14 #ifndef IRC_H |
|
15 #include <irc.h> |
|
16 #endif |
|
17 |
|
18 char *parse (MSG *, short *); |
|
19 #endif |