rarlang.hpp 143 B

1234567891011
  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