mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
378387c903
This allows to keep the engines to specfiy the files for translation close to the engine sources itself. Thanks to criezy for his suggestion on this approach.
63 lines
1.6 KiB
Plaintext
63 lines
1.6 KiB
Plaintext
#TODO: help_string & usage_string:
|
|
|
|
gui/about.cpp
|
|
gui/browser.cpp
|
|
gui/chooser.cpp
|
|
gui/error.cpp
|
|
gui/gui-manager.cpp
|
|
gui/KeysDialog.h
|
|
gui/KeysDialog.cpp
|
|
gui/launcher.cpp
|
|
gui/massadd.cpp
|
|
gui/options.cpp
|
|
gui/saveload-dialog.cpp
|
|
gui/themebrowser.cpp
|
|
gui/ThemeEngine.cpp
|
|
gui/widget.cpp
|
|
gui/fluidsynth-dialog.cpp
|
|
|
|
base/main.cpp
|
|
|
|
common/error.cpp
|
|
common/util.cpp
|
|
|
|
engines/advancedDetector.cpp
|
|
engines/dialogs.cpp
|
|
engines/engine.cpp
|
|
|
|
audio/fmopl.cpp
|
|
audio/mididrv.cpp
|
|
audio/musicplugin.cpp
|
|
audio/null.h
|
|
audio/null.cpp
|
|
audio/mods/paula.cpp
|
|
audio/softsynth/adlib.cpp
|
|
audio/softsynth/appleiigs.cpp
|
|
audio/softsynth/sid.cpp
|
|
audio/softsynth/mt32.cpp
|
|
audio/softsynth/pcspk.cpp
|
|
|
|
backends/keymapper/remap-dialog.cpp
|
|
backends/midi/windows.cpp
|
|
backends/platform/ds/arm9/source/dsoptions.cpp
|
|
backends/platform/iphone/osys_events.cpp
|
|
backends/platform/maemo/maemo.cpp
|
|
backends/platform/sdl/macosx/appmenu_osx.mm
|
|
backends/graphics/surfacesdl/surfacesdl-graphics.cpp
|
|
backends/graphics/opengl/opengl-graphics.cpp
|
|
backends/graphics/openglsdl/openglsdl-graphics.cpp
|
|
backends/platform/symbian/src/SymbianActions.cpp
|
|
backends/platform/symbian/src/SymbianOS.cpp
|
|
backends/events/symbiansdl/symbiansdl-events.cpp
|
|
backends/platform/wii/options.cpp
|
|
backends/platform/wince/CEActionsPocket.cpp
|
|
backends/platform/wince/CEActionsSmartphone.cpp
|
|
backends/platform/wince/CELauncherDialog.cpp
|
|
backends/platform/wince/wince-sdl.cpp
|
|
backends/events/default/default-events.cpp
|
|
backends/events/gph/gph-events.cpp
|
|
backends/events/openpandora/op-events.cpp
|
|
backends/updates/macosx/macosx-updates.mm
|
|
backends/platform/tizen/form.cpp
|
|
backends/events/maemosdl/maemosdl-events.cpp
|