changeset 23 | 1cd79bb84e9c |
parent 15 | f19c1f9b4cd3 |
child 33 | 56571d34d754 |
22:b786b5f92a93 | 23:1cd79bb84e9c |
---|---|
6 |
6 |
7 #ifndef MCBOT_H |
7 #ifndef MCBOT_H |
8 #define MCBOT_H |
8 #define MCBOT_H |
9 |
9 |
10 #ifndef BOT_VERSION |
10 #ifndef BOT_VERSION |
11 #define BOT_VERSION 0.95 |
11 #define BOT_VERSION 0.96 |
12 #endif |
|
13 |
|
14 #ifdef __DATE__ |
|
15 #define BOT_BUILD __DATE__ |
|
16 #else |
|
17 #define BOT_BUILD "Default" |
|
12 #endif |
18 #endif |
13 |
19 |
14 #ifndef IRC_H |
20 #ifndef IRC_H |
15 #include <irc.h> |
21 #include <irc.h> |
16 #endif |
22 #endif |