MRuby-Binding: Input constants are symbols in RGSS3

Port of 88bb92aadc.
This commit is contained in:
Jonas Kulla 2014-08-09 19:15:54 +02:00
parent e858bbdcf5
commit 1cc1541377
2 changed files with 89 additions and 40 deletions

View file

@ -96,6 +96,10 @@ struct MrbData
* so I can measure how much of a speed difference they make */
mrb_sym symbols[CommonSymbolsMax];
#ifdef RGSS3
mrb_value buttoncodeHash;
#endif
MrbData(mrb_state *mrb);
};