src/newgrf_callbacks.h
changeset 7646 dc8c0fa95dae
parent 7642 535e5d93ffb1
child 7650 780f1f477317
equal deleted inserted replaced
7645:efa25fcf7917 7646:dc8c0fa95dae
   194 
   194 
   195 	/** Called to determine the color of an industry. */
   195 	/** Called to determine the color of an industry. */
   196 	CBID_INDUSTRY_DECIDE_COLOUR          = 0x14A, // not implemented
   196 	CBID_INDUSTRY_DECIDE_COLOUR          = 0x14A, // not implemented
   197 
   197 
   198 	/** Customize the input cargo types of a newly build industry. */
   198 	/** Customize the input cargo types of a newly build industry. */
   199 	CBID_INDUSTRY_INPUT_CARGO_TYPES      = 0x14B, // not implemented
   199 	CBID_INDUSTRY_INPUT_CARGO_TYPES      = 0x14B,
   200 
   200 
   201 	/** Customize the output cargo types of a newly build industry. */
   201 	/** Customize the output cargo types of a newly build industry. */
   202 	CBID_INDUSTRY_OUTPUT_CARGO_TYPES     = 0x14C, // not implemented
   202 	CBID_INDUSTRY_OUTPUT_CARGO_TYPES     = 0x14C,
   203 };
   203 };
   204 
   204 
   205 /**
   205 /**
   206  * Callback masks for vehicles, indicates which callbacks are used by a vehicle.
   206  * Callback masks for vehicles, indicates which callbacks are used by a vehicle.
   207  * Some callbacks are always used and don't have a mask.
   207  * Some callbacks are always used and don't have a mask.