1
mirror of https://github.com/hashcat/hashcat synced 2024-12-01 20:18:12 +01:00
hashcat/deps/unrar/rarlang.hpp

11 lines
133 B
C++
Raw Normal View History

2020-09-08 10:34:21 +02:00
#ifndef _RAR_LANG_
#define _RAR_LANG_
#ifdef USE_RC
#include "rarres.hpp"
#else
#include "loclang.hpp"
#endif
#endif