scummvm/engines/sword25/math
Ori Avtalion aa0f307e06 ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Silences the clang warning:

  static data member specialization of '_singleton' must
  originally be declared in namespace 'Common'; accepted as a C++0x
  extension [-Wc++0x-extensions]

Wrapping "namespace Common {}" around the macro assignment causes clang
to complain about a spurious semicolon, and removing the semicolon at
the end of the macro causes some editors to misbehave.

Changing the requirement of using the macro in one namespace (the
global) to another (Common) seems a small price to pay to
silence a warning.
2011-06-30 22:41:41 +03:00
..
geometry_script.cpp
geometry.h
line.h
polygon.cpp ALL: initialise -> initialize 2011-05-25 11:17:11 -04:00
polygon.h ALL: initialise -> initialize 2011-05-25 11:17:11 -04:00
region.cpp ALL: initialise -> initialize 2011-05-25 11:17:11 -04:00
region.h ALL: initialise -> initialize 2011-05-25 11:17:11 -04:00
regionregistry.cpp ALL: Require DECLARE_SINGLETON to be used in the Common namepsace 2011-06-30 22:41:41 +03:00
regionregistry.h
vertex.cpp
vertex.h SWORD25: Avoid including lua headers in other headers 2011-05-23 19:12:25 +02:00
walkregion.cpp ALL: initialise -> initialize 2011-05-25 11:17:11 -04:00
walkregion.h