mkxp/binding-mri/module_rpg.cpp
2014-08-16 11:47:06 +02:00

8 lines
131 B
C++

#ifdef RGSS3
# include "module_rpg3.rb.xxd"
#elif RGSS2
# include "module_rpg2.rb.xxd"
#else
# include "module_rpg.rb.xxd"
#endif