scummvm/engines/sci/engine
Filippos Karapetis 9260fd38b8 Fixed compilation under MSVC
svn-id: r38723
2009-02-21 18:56:17 +00:00
..
game.cpp SCI: Tons of cleanup 2009-02-21 18:39:53 +00:00
gc.cpp Turned back all fprintf/exit(1) bits into error() 2009-02-21 18:16:17 +00:00
gc.h Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
grammar.cpp Renamed SCI's console to sciconsole (MSVC has problems with files with the same name under different directories). ScummVM's console can be enabled correctly under MSVC now 2009-02-21 18:46:03 +00:00
heap.cpp Renamed SCI's console to sciconsole (MSVC has problems with files with the same name under different directories). ScummVM's console can be enabled correctly under MSVC now 2009-02-21 18:46:03 +00:00
heap.h SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h 2009-02-21 18:28:38 +00:00
int_hashmap.cpp Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
int_hashmap.h Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
kernel_compat.h Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
kernel_types.h Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
kernel.cpp SCI: Tons of cleanup 2009-02-21 18:39:53 +00:00
kevent.cpp Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
kfile.cpp Fixed compilation under MSVC 2009-02-21 18:56:17 +00:00
kgraphics.cpp use OSystem::getMillis() for last_wait_time and get rid of game_start_time 2009-02-21 15:40:14 +00:00
klists.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
kmath.cpp Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
kmenu.cpp Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
kmovement.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
kpathing.cpp Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
kscripts.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
ksound.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
kstring.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
message.cpp Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
message.h Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
said.cpp Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
said.y Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
savegame.cfsml SCI: Tons of cleanup 2009-02-21 18:39:53 +00:00
savegame.cpp SCI: Tons of cleanup 2009-02-21 18:39:53 +00:00
sci_graphics.h Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
scriptconsole.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
scriptdebug.cpp Renamed SCI's console to sciconsole (MSVC has problems with files with the same name under different directories). ScummVM's console can be enabled correctly under MSVC now 2009-02-21 18:46:03 +00:00
seg_manager.cpp Oops 2009-02-21 18:17:08 +00:00
seg_manager.h Replaced "typedef struct _seg_manager_t seg_manager_t" with "struct SegManager" 2009-02-21 11:04:47 +00:00
sys_strings.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
vm.cpp Oops 2009-02-21 18:17:08 +00:00