MRI-Binding: Input constants are symbols in RGSS3
This commit is contained in:
parent
656c5099ea
commit
88bb92aadc
3 changed files with 83 additions and 38 deletions
|
@ -47,6 +47,11 @@ struct RbData
|
|||
{
|
||||
VALUE exc[RbExceptionsMax];
|
||||
|
||||
#ifdef RGSS3
|
||||
/* Input module */
|
||||
VALUE buttoncodeHash;
|
||||
#endif
|
||||
|
||||
RbData();
|
||||
~RbData();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue