comictagger/unrar/rarlang.hpp
2020-08-14 22:15:52 -07:00

11 lines
133 B
C++

#ifndef _RAR_LANG_
#define _RAR_LANG_
#ifdef USE_RC
#include "rarres.hpp"
#else
#include "loclang.hpp"
#endif
#endif