scummvm/engines/queen
Le Philousophe 7e0048b4a3 ENGINES: Add ADDynamicGameDescription class
This class manages a buffer where all data usually stored in detection
plugin will get copied before unloading the plugin and starting the
game.

This class expects that two functions are present in every
GameDescription: sizeBuffer which calculates how many bytes we will need
to store the entry in RAM and toBuffer which copies the data in the
buffer and fix the pointers in the class.
At the end, it is expected that an ADDynamicGameDescription doesn't
depend anymore on data stored in the detection plugin.

The AD_GAME_DESCRIPTION_HELPERS macro allow to implement these functions
in all GameDescription which don't have any pointer except those in
ADGameDescription.
2024-06-30 18:39:06 +02:00
..
bankman.cpp
bankman.h
command.cpp
command.h
configure.engine
credits.cpp
credits.h
credits.pl
cutaway.cpp
cutaway.h
debug.cpp
debug.h
defs.h
detection.cpp
detection.h ENGINES: Add ADDynamicGameDescription class 2024-06-30 18:39:06 +02:00
display.cpp
display.h
graphics.cpp
graphics.h
grid.cpp
grid.h
input.cpp
input.h
journal.cpp
journal.h
logic.cpp
logic.h
metaengine.cpp
midiadlib.cpp
midiadlib.h
module.mk
music.cpp
music.h
musicdata.cpp
POTFILES
queen.cpp
queen.h
resource.cpp
resource.h
restables.cpp
sound.cpp
sound.h
state.cpp
state.h
structs.h
talk.cpp
talk.h
version.cpp
version.h
walk.cpp
walk.h
xref.txt