OpenTTD/src
2009-11-10 11:19:07 +00:00
..
3rdparty (svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of) 2009-11-08 23:56:39 +00:00
ai (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
blitter
core (svn r17839) -Codechange: implement the concept of 'caching' pool items to pools, that is instead of 'free' push the unused items in a linked list and use them on 'malloc'. Also add the concept of zeroing, or actually not zeroing, on new for pool items. 2009-10-21 19:38:50 +00:00
depend (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd 2009-10-31 15:26:07 +00:00
lang (svn r18034) -Update from WebTranslator v3.0: 2009-11-09 18:45:32 +00:00
misc
music (svn r17875) -Change [FS#3272]: prefer extmidi over allegro midi and allegro over null driver 2009-10-25 21:47:32 +00:00
network (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
os (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
saveload (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
script (svn r17963) -Codechange: some documentation style 2009-11-03 17:30:08 +00:00
sound
spriteloader (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
strgen
table (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
thread
video (svn r18031) -Codechange: since basically r7157 adding up 'all' mouse movement isn't needed anymore because after each even that movement is handled and the counter is reset. As such simply assigning instead of adding works. 2009-11-09 16:07:03 +00:00
widgets (svn r17998) -Fix (r17994): Use a consistent item list width. 2009-11-07 17:45:49 +00:00
yapf (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
aircraft_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
aircraft_gui.cpp (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 2009-10-25 17:21:57 +00:00
aircraft.h (svn r17897) -Fix [FS#3255]: CB15 and CB36 (capacity) were not always called when they should. 2009-10-28 18:31:16 +00:00
airport_gui.cpp
airport_movement.h
airport.cpp
airport.h
animated_tile_func.h
animated_tile.cpp
articulated_vehicles.cpp (svn r17911) -Codechange: bool * is a pointer, not a bool 2009-10-31 08:15:46 +00:00
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp
autoreplace_func.h
autoreplace_gui.cpp (svn r17892) -Feature [FS#1760]: automatically select the railtype with the most engines for the autoreplace window/try to avoid showing an empty autoreplace list 2009-10-27 20:19:05 +00:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
aystar.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
aystar.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
base_media_base.h
base_media_func.h
base_station_base.h
bmp.cpp
bmp.h
bridge_gui.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
bridge_map.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
bridge_map.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
bridge.h
build_vehicle_gui.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
callback_table.cpp
callback_table.h
cargo_type.h
cargopacket.cpp (svn r17840) -Codechange: use the new pool's concepts (caching + not zeroing). Improves average CargoPacket con/destruction time by ~20%, MoveTo/Append by 5-10% and application performance by up to 2%. 2009-10-21 19:42:49 +00:00
cargopacket.h (svn r17840) -Codechange: use the new pool's concepts (caching + not zeroing). Improves average CargoPacket con/destruction time by ~20%, MoveTo/Append by 5-10% and application performance by up to 2%. 2009-10-21 19:42:49 +00:00
cargotype.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
cargotype.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
cheat_func.h
cheat_gui.cpp (svn r17693) -Cleanup: remove some unneeded includes 2009-10-04 17:16:41 +00:00
cheat_type.h
cheat.cpp
clear_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
clear_map.h
cmd_helper.h
command_func.h
command_type.h
command.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
company_base.h
company_cmd.cpp (svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ 2009-11-02 16:07:09 +00:00
company_func.h
company_gui.cpp (svn r18018) -Codechange: make the 'buy company' window nested 2009-11-08 19:21:18 +00:00
company_gui.h
company_manager_face.h
company_type.h
console_cmds.cpp (svn r17941) -Fix: close BMP file when making screenshot fails 2009-11-01 20:40:36 +00:00
console_func.h
console_gui.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
console_gui.h
console_internal.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
console_type.h
console.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
crashlog.cpp
crashlog.h
currency.cpp
currency.h
date_func.h
date_type.h
date.cpp
debug.cpp
debug.h
dedicated.cpp
depot_base.h
depot_func.h
depot_gui.cpp (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 2009-10-24 14:53:55 +00:00
depot_map.h
depot_type.h
depot.cpp
direction_func.h
direction_type.h
disaster_cmd.cpp
dock_gui.cpp
driver.cpp
driver.h
dummy_land.cpp
economy_base.h
economy_func.h (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. 2009-11-08 18:04:53 +00:00
economy_type.h (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. 2009-11-08 18:04:53 +00:00
economy.cpp (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. 2009-11-08 18:04:53 +00:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp
elrail_func.h
elrail.cpp
endian_check.cpp
engine_base.h (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 2009-10-31 17:48:09 +00:00
engine_func.h
engine_gui.cpp (svn r18019) -Codechange: make the 'engine preview' window nested 2009-11-08 19:22:45 +00:00
engine_gui.h
engine_type.h (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
engine.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
fileio_func.h (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global 2009-11-09 15:16:38 +00:00
fileio_type.h
fileio.cpp (svn r18032) -Codechange: add one const 2009-11-09 16:33:52 +00:00
fios.cpp
fios.h
fontcache.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
fontcache.h
functions.h
gamelog_internal.h
gamelog.cpp
gamelog.h
genworld_gui.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
genworld.cpp
genworld.h
gfx_func.h
gfx_type.h
gfx.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
gfxinit.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
gfxinit.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
graph_gui.cpp (svn r17963) -Codechange: some documentation style 2009-11-03 17:30:08 +00:00
group_cmd.cpp
group_gui.cpp (svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems(). 2009-10-25 13:33:56 +00:00
group_gui.h
group_type.h
group.h
gui.h (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
heightmap.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
heightmap.h
highscore_gui.cpp
highscore.cpp
highscore.h
house_type.h
house.h
industry_cmd.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
industry_gui.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
industry_map.h
industry_type.h
industry.h
industrytype.h
ini_type.h
ini.cpp
intro_gui.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
landscape_type.h
landscape.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
landscape.h
livery.h
main_gui.cpp (svn r17953) -Fix: when you start giving money (input window for amount), then get moved to spectators and you click 'Ok' a crash would occur 2009-11-02 15:39:03 +00:00
map_func.h
map_type.h
map.cpp
misc_cmd.cpp
misc_gui.cpp (svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. 2009-11-07 17:24:04 +00:00
misc.cpp
mixer.cpp
mixer.h
music_gui.cpp
music.cpp
music.h
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_engine.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_properties.h (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 2009-11-08 13:02:05 +00:00
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_station.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_station.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
newgrf.h (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
news_func.h
news_gui.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
news_gui.h
news_type.h
npf.cpp
npf.h
openttd.cpp (svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type 2009-11-01 18:08:58 +00:00
openttd.h
order_base.h
order_cmd.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
order_func.h
order_gui.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
order_type.h
os_timer.cpp
osk_gui.cpp (svn r17864) -Codechange: make the OSK nested 2009-10-25 11:31:12 +00:00
pathfind.cpp
pathfind.h
pbs.cpp
pbs.h
querystring_gui.h (svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though 2009-11-08 13:35:45 +00:00
queue.cpp
queue.h
rail_cmd.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
rail_gui.cpp
rail_gui.h
rail_map.h
rail_type.h
rail.cpp
rail.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
rev.cpp.in
rev.h
road_cmd.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
road_cmd.h
road_func.h
road_gui.cpp
road_gui.h
road_internal.h
road_map.cpp
road_map.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
road_type.h
road.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
roadstop_base.h
roadstop.cpp
roadveh_cmd.cpp (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 2009-11-08 13:02:05 +00:00
roadveh_gui.cpp (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 2009-10-25 17:21:57 +00:00
roadveh.h (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 2009-11-08 13:02:05 +00:00
screenshot.cpp (svn r17943) -Change: use 24bpp BMP format instead of 32bpp for screenshots. Saves space and is supported by more image viewers 2009-11-01 20:54:21 +00:00
screenshot.h (svn r17938) -Feature: non-automatic screenshot name can be entered in console 2009-11-01 18:15:35 +00:00
sdl.cpp
sdl.h
settings_func.h
settings_gui.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
settings_internal.h
settings_type.h (svn r17893) -Feature [FS#2633]: make it possible to disable background saving, only via the config file/in game console though 2009-10-27 20:28:10 +00:00
settings.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
ship_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
ship_gui.cpp (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 2009-10-25 17:21:57 +00:00
ship.h
signal_func.h
signal_type.h
signal.cpp
signs_base.h
signs_cmd.cpp
signs_func.h
signs_gui.cpp (svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ 2009-11-02 16:07:09 +00:00
signs_type.h
signs.cpp
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging 2009-11-09 16:05:24 +00:00
sortlist_type.h
sound_func.h
sound_type.h
sound.cpp
sprite.h
spritecache.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
spritecache.h
station_base.h
station_cmd.cpp (svn r18035) -Fix (r16909): one could remotely crash (assert) the server on certain commands 2009-11-10 11:19:07 +00:00
station_func.h
station_gui.cpp (svn r18021) -Codechange: Have a widget for every cargo-type to eliminate searching. 2009-11-08 19:36:17 +00:00
station_gui.h
station_map.h
station_type.h
station.cpp
statusbar_gui.cpp (svn r17947) -Codechange: make the statusbar, chat input and news window know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used 2009-11-02 10:15:48 +00:00
statusbar_gui.h
stdafx.h
string_func.h
string_type.h (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list 2009-10-31 14:06:16 +00:00
string.cpp (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list 2009-10-31 14:06:16 +00:00
strings_func.h
strings_type.h
strings.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 2009-10-24 14:53:55 +00:00
subsidy_type.h
subsidy.cpp
tar_type.h
terraform_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
terraform_gui.cpp
terraform_gui.h
textbuf_gui.h
texteff.cpp
texteff.hpp
tgp.cpp
tgp.h
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilehighlight_func.h
tilehighlight_type.h
timetable_cmd.cpp
timetable_gui.cpp (svn r18023) -Codechange: Make the timetable window nested. 2009-11-08 20:52:14 +00:00
timetable.h
toolbar_gui.cpp (svn r18033) -Codechange: make the padding for IMGBTN_2 the same as for IMGBTN; the image doesn't move, so the extra space at the right and bottom aren't needed 2009-11-09 17:20:48 +00:00
toolbar_gui.h
town_cmd.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
town_gui.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
town_map.h
town_type.h
town.h (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
townname_func.h
townname_type.h
townname.cpp
track_func.h
track_type.h
train_cmd.cpp (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 2009-11-08 13:02:05 +00:00
train_gui.cpp
train.h
transparency_gui.cpp
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
tree_gui.cpp
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
tunnelbridge_map.h
tunnelbridge.h
unmovable_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
unmovable_map.h
unmovable.h (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
variables.h
vehicle_base.h
vehicle_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
vehicle_func.h (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 2009-10-31 17:48:09 +00:00
vehicle_gui_base.h (svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets. 2009-10-25 14:52:46 +00:00
vehicle_gui.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
vehicle_gui.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
vehicle_type.h
vehicle.cpp (svn r17974) -Fix (r17926)[FS#3300]: C != T 2009-11-05 16:56:53 +00:00
vehiclelist.cpp
vehiclelist.h
viewport_func.h
viewport_gui.cpp (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 2009-10-24 14:53:55 +00:00
viewport_type.h
viewport.cpp (svn r17963) -Codechange: some documentation style 2009-11-03 17:30:08 +00:00
void_map.h
water_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
water_map.h
water.h
waypoint_base.h
waypoint_cmd.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
waypoint_func.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
waypoint_gui.cpp
waypoint.cpp
widget_type.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
widget.cpp (svn r18033) -Codechange: make the padding for IMGBTN_2 the same as for IMGBTN; the image doesn't move, so the extra space at the right and bottom aren't needed 2009-11-09 17:20:48 +00:00
window_func.h (svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. 2009-11-07 17:24:04 +00:00
window_gui.h (svn r18033) -Codechange: make the padding for IMGBTN_2 the same as for IMGBTN; the image doesn't move, so the extra space at the right and bottom aren't needed 2009-11-09 17:20:48 +00:00
window_type.h
window.cpp (svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging 2009-11-09 16:05:24 +00:00
zoom_func.h
zoom_type.h