aboutsummaryrefslogtreecommitdiff
path: root/lib/UnrarXLib/rarlang.hpp
blob: 6151d15a9471bcb86b697fc4643ee14ca56cbcf8 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _RAR_LANG_
#define _RAR_LANG_

  #ifdef USE_RC
    #include "rarres.hpp"
  #else
    #include "loclang.hpp"
  #endif

#endif