scummvm/gob
2005-06-24 15:23:51 +00:00
..
.cvsignore
anim.cpp
anim.h
cdrom.cpp
cdrom.h
dataio.cpp
dataio.h
draw.cpp Changed from char to int8 in a number of places. This makes not assume the typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor. 2005-06-22 19:32:10 +00:00
draw.h Changed from char to int8 in a number of places. This makes not assume the typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor. 2005-06-22 19:32:10 +00:00
driver_vga.cpp
driver_vga.h
game.cpp
game.h
global.cpp
global.h
gob.cpp When including files from common/, explicitly use the common/ prefix 2005-06-24 15:23:51 +00:00
gob.h
goblin.cpp Added temporary variables for readability. 2005-06-21 13:14:56 +00:00
goblin.h
init.cpp
init.h
inter.cpp Bug fix for inter_execPtr beeing a char*. Char is not the same defined typ on all targets. On symbian a char is unsigned char but Gob is assuming int in this case. 2005-06-14 20:20:57 +00:00
inter.h
map.cpp Changed from char to int8 in a number of places. This makes not assume the typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor. 2005-06-22 19:32:10 +00:00
map.h Changed from char to int8 in a number of places. This makes not assume the typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor. 2005-06-22 19:32:10 +00:00
module.mk
mult.cpp
mult.h Changed from char to int8 in a number of places. This makes not assume the typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor. 2005-06-22 19:32:10 +00:00
pack.cpp
pack.h
palanim.cpp Changed palanim datatype from char to byte 2005-06-14 20:05:31 +00:00
palanim.h
parse.cpp
parse.h
scenery.cpp Changed from char to int8 in a number of places. This makes not assume the typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor. 2005-06-22 19:32:10 +00:00
scenery.h Changed from char to int8 in a number of places. This makes not assume the typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor. 2005-06-22 19:32:10 +00:00
sound.cpp
sound.h
timer.cpp
timer.h
util.cpp
util.h
video.cpp Changed from char to int8 in a number of places. This makes not assume the typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor. 2005-06-22 19:32:10 +00:00
video.h When including files from common/, explicitly use the common/ prefix 2005-06-24 15:23:51 +00:00