15 lines
202 B
C
15 lines
202 B
C
#if ALPHA_PATCH
|
|
#include "alpha.h"
|
|
#endif
|
|
|
|
#if SYSTRAY_PATCH
|
|
#include "systray.h"
|
|
#endif
|
|
|
|
#if TOGGLEFULLSCREEN_PATCH
|
|
#include "togglefullscreen.h"
|
|
#endif
|
|
|
|
#if ZOOMSWAP_PATCH
|
|
#include "zoomswap.h"
|
|
#endif |