20 lines
248 B
C
20 lines
248 B
C
#if ALPHA_PATCH
|
|
#include "alpha.c"
|
|
#endif
|
|
|
|
#if PERTAG_PATCH
|
|
#include "pertag.c"
|
|
#endif
|
|
|
|
#if SYSTRAY_PATCH
|
|
#include "systray.c"
|
|
#endif
|
|
|
|
#if TOGGLEFULLSCREEN_PATCH
|
|
#include "togglefullscreen.c"
|
|
#endif
|
|
|
|
#if ZOOMSWAP_PATCH
|
|
#include "zoomswap.c"
|
|
#endif
|