GLK: Implementing more gli object registration

This commit is contained in:
Paul Gilbert 2019-04-28 14:32:49 +10:00
parent c72cde3149
commit 401b010ef3
10 changed files with 38 additions and 25 deletions

View file

@ -36,8 +36,7 @@
namespace Glk {
GlkAPI::GlkAPI(OSystem *syst, const GlkGameDescription &gameDesc) :
GlkEngine(syst, gameDesc), _gliFirstEvent(false), gli_register_obj(nullptr),
gli_unregister_obj(nullptr), gli_register_arr(nullptr), gli_unregister_arr(nullptr) {
GlkEngine(syst, gameDesc), _gliFirstEvent(false) {
// Set uppercase/lowercase tables
int ix, res;
for (ix = 0; ix < 256; ix++) {