mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-02 07:28:32 +00:00
cdfd5f85c8
This affects the Console / debugger classes of multiple engines. An alternative solution would have been to remove the unused _vm member vars. However, it seems likely that in the future, the _vm member could be useful for methods added to the console. So instead, we add a simple assert(_vm) to silence the clang warning. |
||
---|---|---|
.. | ||
animation.cpp | ||
animation.h | ||
collision.h | ||
console.cpp | ||
console.h | ||
control.cpp | ||
control.h | ||
debug.cpp | ||
debug.h | ||
detection.cpp | ||
eventman.cpp | ||
eventman.h | ||
logic.cpp | ||
logic.h | ||
memman.cpp | ||
memman.h | ||
menu.cpp | ||
menu.h | ||
module.mk | ||
mouse.cpp | ||
mouse.h | ||
music.cpp | ||
music.h | ||
object.h | ||
objectman.cpp | ||
objectman.h | ||
resman.cpp | ||
resman.h | ||
router.cpp | ||
router.h | ||
screen.cpp | ||
screen.h | ||
sound.cpp | ||
sound.h | ||
staticres.cpp | ||
sword1.cpp | ||
sword1.h | ||
sworddefs.h | ||
swordres.h | ||
text.cpp | ||
text.h |