scummvm/engines/access/amazon
Le Philousophe 6990c1ccbf ACCESS: Remove use of statically allocated variable
Even if this is a const and Rect is constexpr, this instantiation can't
be done at compile time as the parameters of Rect are defined in another
translation unit.
Using this construct make the compiler emit code at init which is
forbidden as per our rules.
2023-12-28 08:44:56 +01:00
..
amazon_game.cpp
amazon_game.h
amazon_logic.cpp
amazon_logic.h
amazon_player.cpp
amazon_player.h
amazon_resources.cpp
amazon_resources.h
amazon_room.cpp
amazon_room.h
amazon_scripts.cpp ACCESS: Remove use of statically allocated variable 2023-12-28 08:44:56 +01:00
amazon_scripts.h