Code::Blocks project files for windows...
...(a little outdated but better than nothing ;-)
This commit is contained in:
parent
8013eb919c
commit
4b121f043e
3 changed files with 7388 additions and 0 deletions
334
packaging/windows/Wesnoth SVN.cbp
Normal file
334
packaging/windows/Wesnoth SVN.cbp
Normal file
|
@ -0,0 +1,334 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="Wesnoth SVN" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="..\Wesnoth_cb" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="..\..\Wesnoth_SVN_Work" />
|
||||
<Option object_output="obj\Debug\" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Option projectLinkerOptionsRelation="2" />
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="bin\Release\Wesnoth SVN" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj\Release\" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
<Add option="-g" />
|
||||
<Add option="-fexceptions" />
|
||||
<Add option="-fasynchronous-unwind-tables" />
|
||||
<Add option="-mthreads" />
|
||||
<Add option="-DUSE_GZIP" />
|
||||
<Add directory="P:\Programme\Dev-Cpp\include" />
|
||||
<Add directory="C:\Entwicklung\Wesnoth\Wesnoth_SVN_Work\src" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="mingw32" />
|
||||
<Add library="mingwthrd" />
|
||||
<Add library="winmm" />
|
||||
<Add library="win32k" />
|
||||
<Add library="kernel32" />
|
||||
<Add library="wsock32" />
|
||||
<Add library="SDLmain" />
|
||||
<Add library="SDL.dll" />
|
||||
<Add library="P:\Programme\Dev-Cpp\lib\SDL_ttf.lib" />
|
||||
<Add library="P:\Programme\Dev-Cpp\lib\SDL_net.lib" />
|
||||
<Add library="P:\Programme\Dev-Cpp\lib\SDL_image.lib" />
|
||||
<Add library="P:\Programme\Dev-Cpp\lib\SDL_mixer.lib" />
|
||||
<Add library="P:\Programme\Dev-Cpp\lib\intl.lib" />
|
||||
<Add library="P:\Programme\Dev-Cpp\lib\libpng.lib" />
|
||||
<Add library="P:\Programme\Dev-Cpp\lib\libboost_iostreams-mgw34-mt-s-1_34_1.a" />
|
||||
<Add library="P:\Programme\Dev-Cpp\lib\libboost_regex-mgw34-mt-d-1_34_1.a" />
|
||||
<Add library="..\..\lib\zlib1.lib" />
|
||||
<Add library="P:\Programme\Dev-Cpp\lib\libfreetype.dll.a" />
|
||||
<Add directory="P:\Programme\Dev-Cpp\lib" />
|
||||
</Linker>
|
||||
<Unit filename="cb.bmp" />
|
||||
<Unit filename="resource.h" />
|
||||
<Unit filename="resource.rc">
|
||||
<Option compilerVar="WINDRES" />
|
||||
</Unit>
|
||||
<Unit filename="..\src\about.cpp" />
|
||||
<Unit filename="..\src\about.hpp" />
|
||||
<Unit filename="..\src\actions.cpp" />
|
||||
<Unit filename="..\src\actions.hpp" />
|
||||
<Unit filename="..\src\ai.cpp" />
|
||||
<Unit filename="..\src\ai.hpp" />
|
||||
<Unit filename="..\src\ai_attack.cpp" />
|
||||
<Unit filename="..\src\ai_dfool.cpp" />
|
||||
<Unit filename="..\src\ai_dfool.hpp" />
|
||||
<Unit filename="..\src\ai_interface.hpp" />
|
||||
<Unit filename="..\src\ai_move.cpp" />
|
||||
<Unit filename="..\src\ai_python.cpp" />
|
||||
<Unit filename="..\src\ai_python.hpp" />
|
||||
<Unit filename="..\src\ai_village.cpp" />
|
||||
<Unit filename="..\src\animated.hpp" />
|
||||
<Unit filename="..\src\animated_game.cpp" />
|
||||
<Unit filename="..\src\astarnode.cpp" />
|
||||
<Unit filename="..\src\astarnode.hpp" />
|
||||
<Unit filename="..\src\astarsearch.cpp" />
|
||||
<Unit filename="..\src\attack_prediction.cpp" />
|
||||
<Unit filename="..\src\attack_prediction.hpp" />
|
||||
<Unit filename="..\src\builder.cpp" />
|
||||
<Unit filename="..\src\builder.hpp" />
|
||||
<Unit filename="..\src\callable_objects.cpp" />
|
||||
<Unit filename="..\src\callable_objects.hpp" />
|
||||
<Unit filename="..\src\cavegen.cpp" />
|
||||
<Unit filename="..\src\cavegen.hpp" />
|
||||
<Unit filename="..\src\clipboard.cpp" />
|
||||
<Unit filename="..\src\clipboard.hpp" />
|
||||
<Unit filename="..\src\color_range.cpp" />
|
||||
<Unit filename="..\src\color_range.hpp" />
|
||||
<Unit filename="..\src\config.cpp" />
|
||||
<Unit filename="..\src\config.hpp" />
|
||||
<Unit filename="..\src\config_adapter.cpp" />
|
||||
<Unit filename="..\src\config_adapter.hpp" />
|
||||
<Unit filename="..\src\construct_dialog.cpp" />
|
||||
<Unit filename="..\src\construct_dialog.hpp" />
|
||||
<Unit filename="..\src\cursor.cpp" />
|
||||
<Unit filename="..\src\cursor.hpp" />
|
||||
<Unit filename="..\src\dialogs.cpp" />
|
||||
<Unit filename="..\src\dialogs.hpp" />
|
||||
<Unit filename="..\src\display.cpp" />
|
||||
<Unit filename="..\src\display.hpp" />
|
||||
<Unit filename="..\src\events.cpp" />
|
||||
<Unit filename="..\src\events.hpp" />
|
||||
<Unit filename="..\src\file_chooser.hpp" />
|
||||
<Unit filename="..\src\filechooser.cpp" />
|
||||
<Unit filename="..\src\filesystem.cpp" />
|
||||
<Unit filename="..\src\filesystem.hpp" />
|
||||
<Unit filename="..\src\floating_textbox.cpp" />
|
||||
<Unit filename="..\src\floating_textbox.hpp" />
|
||||
<Unit filename="..\src\font.cpp" />
|
||||
<Unit filename="..\src\font.hpp" />
|
||||
<Unit filename="..\src\formula.cpp" />
|
||||
<Unit filename="..\src\formula.hpp" />
|
||||
<Unit filename="..\src\formula_ai.cpp" />
|
||||
<Unit filename="..\src\formula_ai.hpp" />
|
||||
<Unit filename="..\src\formula_callable.hpp" />
|
||||
<Unit filename="..\src\formula_callable_fwd.hpp" />
|
||||
<Unit filename="..\src\formula_function.cpp" />
|
||||
<Unit filename="..\src\formula_function.hpp" />
|
||||
<Unit filename="..\src\formula_fwd.hpp" />
|
||||
<Unit filename="..\src\formula_tokenizer.cpp" />
|
||||
<Unit filename="..\src\formula_tokenizer.hpp" />
|
||||
<Unit filename="..\src\game.cpp">
|
||||
<Option target="Debug" />
|
||||
</Unit>
|
||||
<Unit filename="..\src\game_config.cpp" />
|
||||
<Unit filename="..\src\game_config.hpp" />
|
||||
<Unit filename="..\src\game_display.cpp" />
|
||||
<Unit filename="..\src\game_display.hpp" />
|
||||
<Unit filename="..\src\game_events.cpp" />
|
||||
<Unit filename="..\src\game_events.hpp" />
|
||||
<Unit filename="..\src\game_preferences.cpp" />
|
||||
<Unit filename="..\src\game_preferences.hpp" />
|
||||
<Unit filename="..\src\game_preferences_display.cpp" />
|
||||
<Unit filename="..\src\gamestatus.cpp" />
|
||||
<Unit filename="..\src\gamestatus.hpp" />
|
||||
<Unit filename="..\src\generate_report.cpp" />
|
||||
<Unit filename="..\src\generic_event.cpp" />
|
||||
<Unit filename="..\src\generic_event.hpp" />
|
||||
<Unit filename="..\src\gettext.cpp" />
|
||||
<Unit filename="..\src\gettext.hpp" />
|
||||
<Unit filename="..\src\global.hpp" />
|
||||
<Unit filename="..\src\halo.cpp" />
|
||||
<Unit filename="..\src\halo.hpp" />
|
||||
<Unit filename="..\src\help.cpp" />
|
||||
<Unit filename="..\src\help.hpp" />
|
||||
<Unit filename="..\src\hotkeys.cpp" />
|
||||
<Unit filename="..\src\hotkeys.hpp" />
|
||||
<Unit filename="..\src\image.cpp" />
|
||||
<Unit filename="..\src\image.hpp" />
|
||||
<Unit filename="..\src\intro.cpp" />
|
||||
<Unit filename="..\src\intro.hpp" />
|
||||
<Unit filename="..\src\key.cpp" />
|
||||
<Unit filename="..\src\key.hpp" />
|
||||
<Unit filename="..\src\language.cpp" />
|
||||
<Unit filename="..\src\language.hpp" />
|
||||
<Unit filename="..\src\leader_list.cpp" />
|
||||
<Unit filename="..\src\leader_list.hpp" />
|
||||
<Unit filename="..\src\loadscreen.cpp" />
|
||||
<Unit filename="..\src\loadscreen.hpp" />
|
||||
<Unit filename="..\src\log.cpp" />
|
||||
<Unit filename="..\src\log.hpp" />
|
||||
<Unit filename="..\src\map.cpp" />
|
||||
<Unit filename="..\src\map.hpp" />
|
||||
<Unit filename="..\src\map_create.cpp" />
|
||||
<Unit filename="..\src\map_create.hpp" />
|
||||
<Unit filename="..\src\map_label.cpp" />
|
||||
<Unit filename="..\src\map_label.hpp" />
|
||||
<Unit filename="..\src\mapgen.cpp" />
|
||||
<Unit filename="..\src\mapgen.hpp" />
|
||||
<Unit filename="..\src\mapgen_dialog.cpp" />
|
||||
<Unit filename="..\src\mapgen_dialog.hpp" />
|
||||
<Unit filename="..\src\marked-up_text.cpp" />
|
||||
<Unit filename="..\src\marked-up_text.hpp" />
|
||||
<Unit filename="..\src\menu_events.cpp" />
|
||||
<Unit filename="..\src\menu_events.hpp" />
|
||||
<Unit filename="..\src\minimap.cpp" />
|
||||
<Unit filename="..\src\minimap.hpp" />
|
||||
<Unit filename="..\src\mouse_events.cpp" />
|
||||
<Unit filename="..\src\mouse_events.hpp" />
|
||||
<Unit filename="..\src\multiplayer.cpp" />
|
||||
<Unit filename="..\src\multiplayer.hpp" />
|
||||
<Unit filename="..\src\multiplayer_connect.cpp" />
|
||||
<Unit filename="..\src\multiplayer_connect.hpp" />
|
||||
<Unit filename="..\src\multiplayer_create.cpp" />
|
||||
<Unit filename="..\src\multiplayer_create.hpp" />
|
||||
<Unit filename="..\src\multiplayer_lobby.cpp" />
|
||||
<Unit filename="..\src\multiplayer_lobby.hpp" />
|
||||
<Unit filename="..\src\multiplayer_ui.cpp" />
|
||||
<Unit filename="..\src\multiplayer_ui.hpp" />
|
||||
<Unit filename="..\src\multiplayer_wait.cpp" />
|
||||
<Unit filename="..\src\multiplayer_wait.hpp" />
|
||||
<Unit filename="..\src\network.cpp" />
|
||||
<Unit filename="..\src\network.hpp" />
|
||||
<Unit filename="..\src\network_worker.cpp" />
|
||||
<Unit filename="..\src\network_worker.hpp" />
|
||||
<Unit filename="..\src\pathfind.cpp" />
|
||||
<Unit filename="..\src\pathfind.hpp" />
|
||||
<Unit filename="..\src\pathutils.cpp" />
|
||||
<Unit filename="..\src\pathutils.hpp" />
|
||||
<Unit filename="..\src\play_controller.cpp" />
|
||||
<Unit filename="..\src\play_controller.hpp" />
|
||||
<Unit filename="..\src\playcampaign.cpp" />
|
||||
<Unit filename="..\src\playcampaign.hpp" />
|
||||
<Unit filename="..\src\playmp_controller.cpp" />
|
||||
<Unit filename="..\src\playmp_controller.hpp" />
|
||||
<Unit filename="..\src\playsingle_controller.cpp" />
|
||||
<Unit filename="..\src\playsingle_controller.hpp" />
|
||||
<Unit filename="..\src\playturn.cpp" />
|
||||
<Unit filename="..\src\playturn.hpp" />
|
||||
<Unit filename="..\src\preferences.cpp" />
|
||||
<Unit filename="..\src\preferences.hpp" />
|
||||
<Unit filename="..\src\preferences_display.cpp" />
|
||||
<Unit filename="..\src\preferences_display.hpp" />
|
||||
<Unit filename="..\src\publish_campaign.cpp" />
|
||||
<Unit filename="..\src\publish_campaign.hpp" />
|
||||
<Unit filename="..\src\race.cpp" />
|
||||
<Unit filename="..\src\race.hpp" />
|
||||
<Unit filename="..\src\random.cpp" />
|
||||
<Unit filename="..\src\random.hpp" />
|
||||
<Unit filename="..\src\replay.cpp" />
|
||||
<Unit filename="..\src\replay.hpp" />
|
||||
<Unit filename="..\src\replay_controller.cpp" />
|
||||
<Unit filename="..\src\replay_controller.hpp" />
|
||||
<Unit filename="..\src\reports.cpp" />
|
||||
<Unit filename="..\src\reports.hpp" />
|
||||
<Unit filename="..\src\sdl_utils.cpp" />
|
||||
<Unit filename="..\src\sdl_utils.hpp" />
|
||||
<Unit filename="..\src\serialization\binary_or_text.cpp" />
|
||||
<Unit filename="..\src\serialization\binary_or_text.hpp" />
|
||||
<Unit filename="..\src\serialization\binary_wml.cpp" />
|
||||
<Unit filename="..\src\serialization\binary_wml.hpp" />
|
||||
<Unit filename="..\src\serialization\parser.cpp" />
|
||||
<Unit filename="..\src\serialization\parser.hpp" />
|
||||
<Unit filename="..\src\serialization\preprocessor.cpp" />
|
||||
<Unit filename="..\src\serialization\preprocessor.hpp" />
|
||||
<Unit filename="..\src\serialization\string_utils.cpp" />
|
||||
<Unit filename="..\src\serialization\string_utils.hpp" />
|
||||
<Unit filename="..\src\serialization\tokenizer.cpp" />
|
||||
<Unit filename="..\src\serialization\tokenizer.hpp" />
|
||||
<Unit filename="..\src\settings.cpp" />
|
||||
<Unit filename="..\src\settings.hpp" />
|
||||
<Unit filename="..\src\sha1.cpp" />
|
||||
<Unit filename="..\src\sha1.hpp" />
|
||||
<Unit filename="..\src\show_dialog.cpp" />
|
||||
<Unit filename="..\src\show_dialog.hpp" />
|
||||
<Unit filename="..\src\sound.cpp" />
|
||||
<Unit filename="..\src\sound.hpp" />
|
||||
<Unit filename="..\src\soundsource.cpp" />
|
||||
<Unit filename="..\src\soundsource.hpp" />
|
||||
<Unit filename="..\src\statistics.cpp" />
|
||||
<Unit filename="..\src\statistics.hpp" />
|
||||
<Unit filename="..\src\team.cpp" />
|
||||
<Unit filename="..\src\team.hpp" />
|
||||
<Unit filename="..\src\terrain.cpp" />
|
||||
<Unit filename="..\src\terrain.hpp" />
|
||||
<Unit filename="..\src\terrain_filter.cpp" />
|
||||
<Unit filename="..\src\terrain_filter.hpp" />
|
||||
<Unit filename="..\src\terrain_translation.cpp" />
|
||||
<Unit filename="..\src\terrain_translation.hpp" />
|
||||
<Unit filename="..\src\theme.cpp" />
|
||||
<Unit filename="..\src\theme.hpp" />
|
||||
<Unit filename="..\src\thread.cpp" />
|
||||
<Unit filename="..\src\thread.hpp" />
|
||||
<Unit filename="..\src\titlescreen.cpp" />
|
||||
<Unit filename="..\src\titlescreen.hpp" />
|
||||
<Unit filename="..\src\tooltips.cpp" />
|
||||
<Unit filename="..\src\tooltips.hpp" />
|
||||
<Unit filename="..\src\tstring.cpp" />
|
||||
<Unit filename="..\src\tstring.hpp" />
|
||||
<Unit filename="..\src\unit.cpp" />
|
||||
<Unit filename="..\src\unit.hpp" />
|
||||
<Unit filename="..\src\unit_abilities.cpp" />
|
||||
<Unit filename="..\src\unit_abilities.hpp" />
|
||||
<Unit filename="..\src\unit_animation.cpp" />
|
||||
<Unit filename="..\src\unit_animation.hpp" />
|
||||
<Unit filename="..\src\unit_display.cpp" />
|
||||
<Unit filename="..\src\unit_display.hpp" />
|
||||
<Unit filename="..\src\unit_frame.cpp" />
|
||||
<Unit filename="..\src\unit_frame.hpp" />
|
||||
<Unit filename="..\src\unit_map.cpp" />
|
||||
<Unit filename="..\src\unit_map.hpp" />
|
||||
<Unit filename="..\src\unit_types.cpp" />
|
||||
<Unit filename="..\src\unit_types.hpp" />
|
||||
<Unit filename="..\src\upload_log.cpp" />
|
||||
<Unit filename="..\src\upload_log.hpp" />
|
||||
<Unit filename="..\src\util.cpp" />
|
||||
<Unit filename="..\src\util.hpp" />
|
||||
<Unit filename="..\src\variable.cpp" />
|
||||
<Unit filename="..\src\variable.hpp" />
|
||||
<Unit filename="..\src\variant.cpp" />
|
||||
<Unit filename="..\src\variant.hpp" />
|
||||
<Unit filename="..\src\video.cpp" />
|
||||
<Unit filename="..\src\video.hpp" />
|
||||
<Unit filename="..\src\widgets\button.cpp" />
|
||||
<Unit filename="..\src\widgets\button.hpp" />
|
||||
<Unit filename="..\src\widgets\combo.cpp" />
|
||||
<Unit filename="..\src\widgets\combo.hpp" />
|
||||
<Unit filename="..\src\widgets\file_menu.cpp" />
|
||||
<Unit filename="..\src\widgets\file_menu.hpp" />
|
||||
<Unit filename="..\src\widgets\label.cpp" />
|
||||
<Unit filename="..\src\widgets\label.hpp" />
|
||||
<Unit filename="..\src\widgets\menu.cpp" />
|
||||
<Unit filename="..\src\widgets\menu.hpp" />
|
||||
<Unit filename="..\src\widgets\menu_style.cpp" />
|
||||
<Unit filename="..\src\widgets\progressbar.cpp" />
|
||||
<Unit filename="..\src\widgets\progressbar.hpp" />
|
||||
<Unit filename="..\src\widgets\scrollarea.cpp" />
|
||||
<Unit filename="..\src\widgets\scrollarea.hpp" />
|
||||
<Unit filename="..\src\widgets\scrollbar.cpp" />
|
||||
<Unit filename="..\src\widgets\scrollbar.hpp" />
|
||||
<Unit filename="..\src\widgets\scrollpane.cpp" />
|
||||
<Unit filename="..\src\widgets\scrollpane.hpp" />
|
||||
<Unit filename="..\src\widgets\slider.cpp" />
|
||||
<Unit filename="..\src\widgets\slider.hpp" />
|
||||
<Unit filename="..\src\widgets\textbox.cpp" />
|
||||
<Unit filename="..\src\widgets\textbox.hpp" />
|
||||
<Unit filename="..\src\widgets\widget.cpp" />
|
||||
<Unit filename="..\src\widgets\widget.hpp" />
|
||||
<Unit filename="..\src\wml_exception.cpp" />
|
||||
<Unit filename="..\src\wml_exception.hpp" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
6963
packaging/windows/Wesnoth SVN.depend
Normal file
6963
packaging/windows/Wesnoth SVN.depend
Normal file
File diff suppressed because it is too large
Load diff
91
packaging/windows/Wesnoth SVN.layout
Normal file
91
packaging/windows/Wesnoth SVN.layout
Normal file
|
@ -0,0 +1,91 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Debug" />
|
||||
<File name="..\src\about.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="8417" topLine="246" />
|
||||
</File>
|
||||
<File name="..\src\actions.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="22608" topLine="640" />
|
||||
</File>
|
||||
<File name="..\src\ai.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="7700" topLine="281" />
|
||||
</File>
|
||||
<File name="..\src\builder.cpp" open="0" top="0" tabpos="5">
|
||||
<Cursor position="4196" topLine="141" />
|
||||
</File>
|
||||
<File name="..\src\config.cpp" open="0" top="0" tabpos="9">
|
||||
<Cursor position="2432" topLine="91" />
|
||||
</File>
|
||||
<File name="..\src\config_adapter.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="3440" topLine="142" />
|
||||
</File>
|
||||
<File name="..\src\dialogs.cpp" open="0" top="0" tabpos="6">
|
||||
<Cursor position="38206" topLine="1224" />
|
||||
</File>
|
||||
<File name="..\src\events.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="6161" topLine="241" />
|
||||
</File>
|
||||
<File name="..\src\filesystem.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="11494" topLine="460" />
|
||||
</File>
|
||||
<File name="..\src\font.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="29664" topLine="1108" />
|
||||
</File>
|
||||
<File name="..\src\formula_function.hpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="1002" topLine="26" />
|
||||
</File>
|
||||
<File name="..\src\game.cpp" open="1" top="0" tabpos="1">
|
||||
<Cursor position="71076" topLine="2180" />
|
||||
</File>
|
||||
<File name="..\src\gamestatus.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="12093" topLine="412" />
|
||||
</File>
|
||||
<File name="..\src\generic_event.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="2487" topLine="71" />
|
||||
</File>
|
||||
<File name="..\src\help.cpp" open="1" top="0" tabpos="4">
|
||||
<Cursor position="87387" topLine="2653" />
|
||||
</File>
|
||||
<File name="..\src\help.hpp" open="1" top="0" tabpos="5">
|
||||
<Cursor position="2190" topLine="46" />
|
||||
</File>
|
||||
<File name="..\src\leader_list.cpp" open="0" top="0" tabpos="5">
|
||||
<Cursor position="5460" topLine="176" />
|
||||
</File>
|
||||
<File name="..\src\log.cpp" open="1" top="1" tabpos="6">
|
||||
<Cursor position="3562" topLine="121" />
|
||||
</File>
|
||||
<File name="..\src\log.hpp" open="0" top="0" tabpos="7">
|
||||
<Cursor position="2277" topLine="60" />
|
||||
</File>
|
||||
<File name="..\src\menu_events.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="54075" topLine="1595" />
|
||||
</File>
|
||||
<File name="..\src\multiplayer_wait.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="14475" topLine="456" />
|
||||
</File>
|
||||
<File name="..\src\playcampaign.cpp" open="0" top="0" tabpos="2">
|
||||
<Cursor position="6302" topLine="180" />
|
||||
</File>
|
||||
<File name="..\src\replay.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="5250" topLine="167" />
|
||||
</File>
|
||||
<File name="..\src\serialization\preprocessor.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="28496" topLine="933" />
|
||||
</File>
|
||||
<File name="..\src\team.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="1631" topLine="52" />
|
||||
</File>
|
||||
<File name="..\src\unit.cpp" open="0" top="0" tabpos="2">
|
||||
<Cursor position="1500" topLine="50" />
|
||||
</File>
|
||||
<File name="..\src\unit.hpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="12985" topLine="261" />
|
||||
</File>
|
||||
<File name="..\src\unit_types.cpp" open="1" top="0" tabpos="2">
|
||||
<Cursor position="32285" topLine="1104" />
|
||||
</File>
|
||||
<File name="..\src\unit_types.hpp" open="1" top="0" tabpos="3">
|
||||
<Cursor position="11973" topLine="315" />
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
Loading…
Add table
Reference in a new issue