added new src files to POITFILES.in (i hope i added them correctly...)
This commit is contained in:
parent
ab807e0dc0
commit
2d1d062ff8
3 changed files with 9 additions and 1 deletions
|
@ -4,3 +4,5 @@ src/editor/editor_main.cpp
|
|||
src/editor/editor_palettes.cpp
|
||||
src/editor/editor_undo.cpp
|
||||
src/editor/map_manip.cpp
|
||||
src/animated_editor.cpp
|
||||
src/editor/editor_display.cpp
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
src/basic_dialog.cpp
|
||||
src/construct_dialog.cpp
|
||||
src/editor/editor_dialogs.cpp
|
||||
src/filechooser.cpp
|
||||
src/font.cpp
|
||||
src/game_preferences.cpp
|
||||
src/hotkeys.cpp
|
||||
src/image.cpp
|
||||
src/mapgen_dialog.cpp
|
||||
|
@ -10,4 +12,5 @@ src/minimap.cpp
|
|||
src/preferences.cpp
|
||||
src/preferences_display.cpp
|
||||
src/show_dialog.cpp
|
||||
src/terrain_filter.cpp
|
||||
src/widgets/file_menu.cpp
|
||||
|
|
|
@ -5,8 +5,9 @@ src/ai.cpp
|
|||
src/ai_dfool.cpp
|
||||
src/ai_move.cpp
|
||||
src/ai_python.cpp
|
||||
src/animated.cpp
|
||||
src/animated_game.cpp
|
||||
src/astarnode.cpp
|
||||
src/astarsearch.cpp
|
||||
src/attack_prediction.cpp
|
||||
src/boilerplate-header.cpp
|
||||
src/builder.cpp
|
||||
|
@ -25,8 +26,10 @@ src/filesystem.cpp
|
|||
src/floating_textbox.cpp
|
||||
src/game_config.cpp
|
||||
src/game.cpp
|
||||
src/game_display.cpp
|
||||
src/game_events.cpp
|
||||
src/gamestatus.cpp
|
||||
src/generate_report.cpp
|
||||
src/generic_event.cpp
|
||||
src/gettext.cpp
|
||||
src/halo.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue