mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-14 21:09:08 +01:00
02da650191
- added snes_gx 4.3.4
15 lines
224 B
C++
15 lines
224 B
C++
#ifndef _RAR_RESOURCE_
|
|
#define _RAR_RESOURCE_
|
|
|
|
#if defined(SILENT) && defined(RARDLL)
|
|
#define St(x) ("")
|
|
#else
|
|
const char *St(MSGID StringId);
|
|
#endif
|
|
|
|
|
|
inline const char *StT(MSGID StringId) {return(St(StringId));}
|
|
|
|
|
|
#endif
|