mkxp-freebird/binding-mri/module_rpg.cpp

9 lines
131 B
C++
Raw Normal View History

2014-08-15 21:05:39 +00:00
#ifdef RGSS3
2014-08-15 23:25:42 +00:00
# include "module_rpg3.rb.xxd"
#elif RGSS2
# include "module_rpg2.rb.xxd"
2014-08-15 21:05:39 +00:00
#else
2014-08-15 23:25:42 +00:00
# include "module_rpg.rb.xxd"
2014-08-15 21:05:39 +00:00
#endif