46 // Description: Contains bot structures and prototypes |
46 // Description: Contains bot structures and prototypes |
47 // [Dusk] Cropped out the stuff botc doesn't need. |
47 // [Dusk] Cropped out the stuff botc doesn't need. |
48 // |
48 // |
49 //----------------------------------------------------------------------------- |
49 //----------------------------------------------------------------------------- |
50 |
50 |
51 #ifndef __BOTS_H__ |
51 #ifndef BOTC_BOTS_H |
52 #define __BOTS_H__ |
52 #define BOTC_BOTS_H |
53 |
53 |
54 //***************************************************************************** |
54 //***************************************************************************** |
55 // DEFINES |
55 // DEFINES |
56 |
56 |
57 // Maximum number of variables on the bot evaluation stack. |
57 // Maximum number of variables on the bot evaluation stack. |