mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-13 12:29:09 +01:00
02da650191
- added snes_gx 4.3.4
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
|