src/callback_table.cpp
branchnoai
changeset 9626 79f2b5a0cdd7
parent 9441 03da911c8d5f
child 9701 d1ac22c62f64
equal deleted inserted replaced
9625:3301b1b3889c 9626:79f2b5a0cdd7
    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;
    86 	/* 0x15 */ CcCloneAircraft,
    87 	/* 0x15 */ CcCloneAircraft,
    87 	/* 0x16 */ CcCloneRoadVeh,
    88 	/* 0x16 */ CcCloneRoadVeh,
    88 	/* 0x17 */ CcCloneShip,
    89 	/* 0x17 */ CcCloneShip,
    89 	/* 0x18 */ CcCloneTrain,
    90 	/* 0x18 */ CcCloneTrain,
    90 	/* 0x19 */ CcAI,
    91 	/* 0x19 */ CcAI,
    91 	/* 0x1A */ CcCloneVehicle
    92 	/* 0x1A */ CcCloneVehicle,
       
    93 	/* 0x1B */ CcGiveMoney,
    92 };
    94 };
    93 
    95 
    94 const int _callback_table_count = lengthof(_callback_table);
    96 const int _callback_table_count = lengthof(_callback_table);