8 lines
131 B
C++
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
|