scummvm/base
Max Horn abe1959d36 COMMON: Simplify DECLARE_SINGLETON macro
This makes it possible to write
  DECLARE_SINGLETON(foo);
instead of
  DECLARE_SINGLETON(foo)
without causing a warning about an extra semicolon.
The extra semicolon helps some editors at parsing the C++ code.

svn-id: r54258
2010-11-16 08:23:13 +00:00
..
commandLine.cpp COMMON/GUI/SCI: Changes to the EGA dithering checkbox 2010-11-05 10:53:37 +00:00
commandLine.h Implement FR #2988017: exit status with --list-saves always 0 2010-05-21 18:25:01 +00:00
internal_version.h BASE: Add SVN_REVISION placehold to internal_version.h.in 2010-10-13 15:00:28 +00:00
internal_version.h.in BASE: Add SVN_REVISION placehold to internal_version.h.in 2010-10-13 15:00:28 +00:00
main.cpp CONFIGMAN: added defragmentation methods for one-plugin-at-a-time 2010-11-15 13:37:06 +00:00
main.h argv should not be modified; make it plenty const. 2009-03-21 16:07:46 +00:00
module.mk Moved base/game.* to engines/game.* 2008-09-17 17:31:29 +00:00
plugins.cpp COMMON: Simplify DECLARE_SINGLETON macro 2010-11-16 08:23:13 +00:00
plugins.h PLUGINS: improved one-at-a-time plugin code 2010-11-05 13:24:57 +00:00
version.cpp BASE: Added "Theora" to the features string, when enabled. 2010-10-13 19:22:04 +00:00
version.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00