src/ai/api/ai_event.hpp
branchnoai
changeset 9823 0b7f816cf46f
parent 9683 a4683b021073
child 9829 80fbe02a4184
equal deleted inserted replaced
9822:e2f83940bc52 9823:0b7f816cf46f
    19 	 */
    19 	 */
    20 	enum AIEventType {
    20 	enum AIEventType {
    21 		AI_ET_INVALID = 0,
    21 		AI_ET_INVALID = 0,
    22 		AI_ET_TEST,
    22 		AI_ET_TEST,
    23 		AI_ET_CRASHED_VEHICLE,
    23 		AI_ET_CRASHED_VEHICLE,
       
    24 		AI_ET_SUBSIDIARY_OFFER,
    24 	};
    25 	};
    25 
    26 
    26 	/**
    27 	/**
    27 	 * Constructor of AIEvent, to get the type of event.
    28 	 * Constructor of AIEvent, to get the type of event.
    28 	 */
    29 	 */