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
161 B
C++
15 lines
161 B
C++
#ifndef _RAR_GLOBAL_
|
|
#define _RAR_GLOBAL_
|
|
|
|
#ifdef INCLUDEGLOBAL
|
|
#define EXTVAR
|
|
#else
|
|
#define EXTVAR extern
|
|
#endif
|
|
|
|
EXTVAR ErrorHandler ErrHandler;
|
|
|
|
|
|
|
|
#endif
|