src/callback_table.cpp
branchNewGRF_ports
changeset 6720 35756db7e577
parent 6449 e520244dc71e
child 6868 7eb395287b3d
equal deleted inserted replaced
6719:4cc327ad39d5 6720:35756db7e577
    31 /* main_gui.cpp */
    31 /* main_gui.cpp */
    32 CommandCallback CcPlaySound10;
    32 CommandCallback CcPlaySound10;
    33 CommandCallback CcPlaceSign;
    33 CommandCallback CcPlaceSign;
    34 CommandCallback CcTerraform;
    34 CommandCallback CcTerraform;
    35 CommandCallback CcBuildTown;
    35 CommandCallback CcBuildTown;
       
    36 CommandCallback CcGiveMoney;
    36 
    37 
    37 /* rail_gui.cpp */
    38 /* rail_gui.cpp */
    38 CommandCallback CcPlaySound1E;
    39 CommandCallback CcPlaySound1E;
    39 CommandCallback CcRailDepot;
    40 CommandCallback CcRailDepot;
    40 CommandCallback CcStation;
    41 CommandCallback CcStation;
    85 	/* 0x15 */ CcCloneAircraft,
    86 	/* 0x15 */ CcCloneAircraft,
    86 	/* 0x16 */ CcCloneRoadVeh,
    87 	/* 0x16 */ CcCloneRoadVeh,
    87 	/* 0x17 */ CcCloneShip,
    88 	/* 0x17 */ CcCloneShip,
    88 	/* 0x18 */ CcCloneTrain,
    89 	/* 0x18 */ CcCloneTrain,
    89 	/* 0x19 */ CcAI,
    90 	/* 0x19 */ CcAI,
    90 	/* 0x1A */ CcCloneVehicle
    91 	/* 0x1A */ CcCloneVehicle,
       
    92 	/* 0x1B */ CcGiveMoney,
    91 };
    93 };
    92 
    94 
    93 const int _callback_table_count = lengthof(_callback_table);
    95 const int _callback_table_count = lengthof(_callback_table);