scummvm/engines/cryo
Filippos Karapetis 5724a1f385 CRYO: Fix MSVC warnings
- Add missing default switch cases
- Specify packing for structs with pointers to complex objects
- Change literal suffixes to uppercase
- Replace uses of malloc() with new []
2019-05-27 14:53:38 +03:00
..
configure.engine
cryo.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
cryo.h CRYO: Push down the AD includes 2018-05-01 12:48:05 +02:00
cryolib.cpp
cryolib.h
debugger.cpp
debugger.h
defs.h CRYO: Fix Comparison Always True Compiler Warnings. 2018-11-14 02:00:31 +00:00
detection.cpp ENGINES: Normalize the getName() result of metaengines 2018-12-10 06:47:27 +01:00
eden.cpp CRYO: Fix MSVC warnings 2019-05-27 14:53:38 +03:00
eden.h
graphics.cpp
module.mk
platdefs.h
resource.cpp JANITORIAL: Remove superfluous semicolons 2017-04-18 06:49:14 +02:00
sound.cpp JANITORIAL: Convert line endings from CRLF/mixed to LF 2018-05-24 15:30:55 +02:00
sound.h JANITORIAL: Convert line endings from CRLF/mixed to LF 2018-05-24 15:30:55 +02:00
video.cpp JANITORIAL: Fix formatting 2018-04-22 00:56:21 +02:00
video.h