src/ai/api/ai_event.hpp
branchnoai
changeset 10358 73d8177db39e
parent 10344 b7e9f5c65e30
child 10370 fa4f88090694
equal deleted inserted replaced
10355:ee4b5f7a5bf2 10358:73d8177db39e
    26 		AI_ET_SUBSIDY_OFFER,
    26 		AI_ET_SUBSIDY_OFFER,
    27 		AI_ET_SUBSIDY_OFFER_EXPIRED,
    27 		AI_ET_SUBSIDY_OFFER_EXPIRED,
    28 		AI_ET_SUBSIDY_AWARDED,
    28 		AI_ET_SUBSIDY_AWARDED,
    29 		AI_ET_SUBSIDY_EXPIRED,
    29 		AI_ET_SUBSIDY_EXPIRED,
    30 		AI_ET_ENGINE_PREVIEW,
    30 		AI_ET_ENGINE_PREVIEW,
       
    31 		AI_ET_COMPANY_NEW,
       
    32 		AI_ET_COMPANY_IN_TROUBLE,
       
    33 		AI_ET_COMPANY_MERGER,
       
    34 		AI_ET_COMPANY_BANKRUPT,
    31 	};
    35 	};
    32 
    36 
    33 	/**
    37 	/**
    34 	 * Constructor of AIEvent, to get the type of event.
    38 	 * Constructor of AIEvent, to get the type of event.
    35 	 */
    39 	 */