mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
6c769062c6
The following variables: gScummVMVersion gScummVMBuildDate gScummVMVersionDate gScummVMFullVersion gScummVMFeatures are declared as pointers to strings but there is no need to do so. They can be simply declared as const strings, since they will be never modified when SCUMMVM runs. Exports version variables as const strings |
||
---|---|---|
.. | ||
detection | ||
commandLine.cpp | ||
commandLine.h | ||
internal_plugins.h | ||
internal_revision.h.in | ||
internal_version.h | ||
internal_version.h.in | ||
main.cpp | ||
main.h | ||
module.mk | ||
plugins.cpp | ||
plugins.h | ||
test_new_standards.cpp | ||
version.cpp | ||
version.h |