callback_table.c
branch0.5
changeset 5510 d4b8e7933d5e
parent 4689 b4bf1ef178d8
equal deleted inserted replaced
5509:0b111f4e6dc9 5510:d4b8e7933d5e
    29 /* main_gui.c */
    29 /* main_gui.c */
    30 CommandCallback CcPlaySound10;
    30 CommandCallback CcPlaySound10;
    31 CommandCallback CcPlaceSign;
    31 CommandCallback CcPlaceSign;
    32 CommandCallback CcTerraform;
    32 CommandCallback CcTerraform;
    33 CommandCallback CcBuildTown;
    33 CommandCallback CcBuildTown;
       
    34 CommandCallback CcGiveMoney;
    34 
    35 
    35 /* rail_gui.c */
    36 /* rail_gui.c */
    36 CommandCallback CcPlaySound1E;
    37 CommandCallback CcPlaySound1E;
    37 CommandCallback CcRailDepot;
    38 CommandCallback CcRailDepot;
    38 CommandCallback CcStation;
    39 CommandCallback CcStation;
    83 	/* 0x15 */ CcCloneAircraft,
    84 	/* 0x15 */ CcCloneAircraft,
    84 	/* 0x16 */ CcCloneRoadVeh,
    85 	/* 0x16 */ CcCloneRoadVeh,
    85 	/* 0x17 */ CcCloneShip,
    86 	/* 0x17 */ CcCloneShip,
    86 	/* 0x18 */ CcCloneTrain,
    87 	/* 0x18 */ CcCloneTrain,
    87 	/* 0x19 */ CcAI,
    88 	/* 0x19 */ CcAI,
    88 	/* 0x1A */ CcCloneVehicle
    89 	/* 0x1A */ CcCloneVehicle,
       
    90 	/* 0x1B */ CcGiveMoney,
    89 };
    91 };
    90 
    92 
    91 const int _callback_table_count = lengthof(_callback_table);
    93 const int _callback_table_count = lengthof(_callback_table);