mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 05:15:01 -06:00
11 lines
133 B
C++
Executable File
11 lines
133 B
C++
Executable File
#ifndef _RAR_LANG_
|
|
#define _RAR_LANG_
|
|
|
|
#ifdef USE_RC
|
|
#include "rarres.hpp"
|
|
#else
|
|
#include "loclang.hpp"
|
|
#endif
|
|
|
|
#endif
|