1
0

rarlang.hpp 133 B

12345678910
  1. #ifndef _RAR_LANG_
  2. #define _RAR_LANG_
  3. #ifdef USE_RC
  4. #include "rarres.hpp"
  5. #else
  6. #include "loclang.hpp"
  7. #endif
  8. #endif