Wrote chimara_glk_set_resource_load_callback()
authorP. F. Chimento <philip.chimento@gmail.com>
Tue, 23 Nov 2010 00:01:29 +0000 (01:01 +0100)
committerP. F. Chimento <philip.chimento@gmail.com>
Tue, 23 Nov 2010 00:01:29 +0000 (01:01 +0100)
commita2474e2c470e7a6bcec4c5547440238de3163add
treed993e246eaaa16f09df411ffc0b692fa4a5454fb
parent05148dce1d64f8de1019a4383fc9dfdb7ac7c399
Wrote chimara_glk_set_resource_load_callback()

Added a function for providing an alternate mechanism for loading
resources, as described in the Blorb specification, section 14. This
function allows the host program to specify a callback which the Glk
program will call when a resource is requested and no Blorb resource map
is loaded.
docs/reference/chimara-sections.txt
libchimara/chimara-glk-private.h
libchimara/chimara-glk.c
libchimara/chimara-glk.h
libchimara/graphics.c