mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
10 lines
133 B
C++
Vendored
10 lines
133 B
C++
Vendored
#ifndef _RAR_LANG_
|
|
#define _RAR_LANG_
|
|
|
|
#ifdef USE_RC
|
|
#include "rarres.hpp"
|
|
#else
|
|
#include "loclang.hpp"
|
|
#endif
|
|
|
|
#endif
|