11 lines
133 B
C++
Raw Normal View History

2024-09-24 14:54:57 +02:00
#ifndef _RAR_LANG_
#define _RAR_LANG_
#ifdef USE_RC
#include "rarres.hpp"
#else
#include "loclang.hpp"
#endif
#endif