MRuby-Binding: Input constants are symbols in RGSS3
Port of 88bb92aadc
.
This commit is contained in:
parent
e858bbdcf5
commit
1cc1541377
2 changed files with 89 additions and 40 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue