This website requires JavaScript.
Explore
Help
Sign In
MapleShrine
/
mkxp
Watch
1
Star
0
Fork
You've already forked mkxp
0
Code
Issues
32
Pull Requests
11
Projects
Releases
Wiki
Activity
bce4eb2bee
mkxp
/
binding-mri
/
module_rpg.cpp
7 lines
86 B
C++
Raw
Normal View
History
Unescape
Escape
MRI-Binding: Add RGSS3 RPG module
2014-08-15 21:05:39 +00:00
#
ifdef RGSS3
#
include
"module_rpg3.rb.xxd"
#
else
Initial commit
2013-09-01 14:27:21 +00:00
#
include
"module_rpg.rb.xxd"
MRI-Binding: Add RGSS3 RPG module
2014-08-15 21:05:39 +00:00
#
endif