changeset 15 | f19c1f9b4cd3 |
parent 8 | 3152de03758e |
child 23 | 1cd79bb84e9c |
14:fe8adc56b109 | 15:f19c1f9b4cd3 |
---|---|
5 */ |
5 */ |
6 |
6 |
7 #ifndef MCBOT_H |
7 #ifndef MCBOT_H |
8 #define MCBOT_H |
8 #define MCBOT_H |
9 |
9 |
10 #ifndef VERSION |
10 #ifndef BOT_VERSION |
11 #define VERSION 0.0 |
11 #define BOT_VERSION 0.95 |
12 #endif |
12 #endif |
13 |
13 |
14 #ifndef IRC_H |
14 #ifndef IRC_H |
15 #include <irc.h> |
15 #include <irc.h> |
16 #endif |
16 #endif |