src/bots.h

changeset 72
03e4d9db3fd9
parent 71
11f23fabf8a6
child 73
1ee9b312dc18
equal deleted inserted replaced
71:11f23fabf8a6 72:03e4d9db3fd9
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.
267 267
268 NUM_BOTEVENTS 268 NUM_BOTEVENTS
269 269
270 } BOTEVENT_e; 270 } BOTEVENT_e;
271 271
272 #endif // __BOTS_H__ 272 #endif // BOTC_BOTS_H

mercurial