winamp/Src/external_dependencies/openmpt-trunk/include/unrar/rarlang.hpp
2024-09-24 14:54:57 +02:00

11 lines
133 B
C++
Vendored

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