winamp/Src/external_dependencies/openmpt-trunk/include/unrar/rarlang.hpp

11 lines
133 B
C++
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef _RAR_LANG_
#define _RAR_LANG_
#ifdef USE_RC
#include "rarres.hpp"
#else
#include "loclang.hpp"
#endif
#endif