mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-05 14:59:37 +00:00
11 lines
133 B
C++
11 lines
133 B
C++
#ifndef _RAR_LANG_
|
|
#define _RAR_LANG_
|
|
|
|
#ifdef USE_RC
|
|
#include "rarres.hpp"
|
|
#else
|
|
#include "loclang.hpp"
|
|
#endif
|
|
|
|
#endif
|