Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rarlang.hpp « unrar « thirdparty « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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