source.list
branchNewGRF_ports
changeset 6871 5a9dc001e1ad
parent 6870 ca3fd1fbe311
child 6872 1c4a4a609f85
equal deleted inserted replaced
6870:ca3fd1fbe311 6871:5a9dc001e1ad
     8 cargopacket.cpp
     8 cargopacket.cpp
     9 cargotype.cpp
     9 cargotype.cpp
    10 command.cpp
    10 command.cpp
    11 console.cpp
    11 console.cpp
    12 console_cmds.cpp
    12 console_cmds.cpp
       
    13 core/bitmath_func.cpp
       
    14 core/random_func.cpp
    13 currency.cpp
    15 currency.cpp
    14 date.cpp
    16 date.cpp
    15 debug.cpp
    17 debug.cpp
    16 dedicated.cpp
    18 dedicated.cpp
    17 depot.cpp
    19 depot.cpp
    30 heightmap.cpp
    32 heightmap.cpp
    31 helpers.cpp
    33 helpers.cpp
    32 landscape.cpp
    34 landscape.cpp
    33 map.cpp
    35 map.cpp
    34 md5.cpp
    36 md5.cpp
    35 mersenne.cpp
       
    36 minilzo.cpp
    37 minilzo.cpp
    37 misc.cpp
    38 misc.cpp
    38 mixer.cpp
    39 mixer.cpp
    39 music.cpp
    40 music.cpp
    40 namegen.cpp
    41 namegen.cpp
   107 bmp.h
   108 bmp.h
   108 cargopacket.h
   109 cargopacket.h
   109 cargotype.h
   110 cargotype.h
   110 command.h
   111 command.h
   111 console.h
   112 console.h
       
   113 core/bitmath_func.hpp
       
   114 core/math_func.hpp
       
   115 core/random_func.hpp
   112 currency.h
   116 currency.h
   113 date.h
   117 date.h
   114 debug.h
   118 debug.h
   115 video/dedicated_v.h
   119 video/dedicated_v.h
   116 depot.h
   120 depot.h
   196 thread.h
   200 thread.h
   197 tile.h
   201 tile.h
   198 timetable.h
   202 timetable.h
   199 town.h
   203 town.h
   200 train.h
   204 train.h
       
   205 transparency.h
   201 transparency_gui.h
   206 transparency_gui.h
   202 variables.h
   207 variables.h
   203 vehicle.h
   208 vehicle.h
   204 vehicle_gui.h
   209 vehicle_gui.h
   205 viewport.h
   210 viewport.h
   479 	#else
   484 	#else
   480 		music/qtmidi.cpp
   485 		music/qtmidi.cpp
   481 	#end
   486 	#end
   482 
   487 
   483 	#if COCOA
   488 	#if COCOA
   484 		video/cocoa_v.mm
   489 		video/cocoa/cocoa_v.mm
       
   490 		video/cocoa/event.mm
       
   491 		video/cocoa/fullscreen.mm
       
   492 		video/cocoa/wnd_quartz.mm
       
   493 		video/cocoa/wnd_quickdraw.mm
   485 		sound/cocoa_s.cpp
   494 		sound/cocoa_s.cpp
   486 		os/macosx/splash.cpp
   495 		os/macosx/splash.cpp
   487 	#end
   496 	#end
   488 #end
   497 #end