MRI-Binding: Input constants are symbols in RGSS3

This commit is contained in:
Jonas Kulla 2014-08-07 17:13:10 +02:00
parent 656c5099ea
commit 88bb92aadc
3 changed files with 83 additions and 38 deletions

View file

@ -47,6 +47,11 @@ struct RbData
{
VALUE exc[RbExceptionsMax];
#ifdef RGSS3
/* Input module */
VALUE buttoncodeHash;
#endif
RbData();
~RbData();
};