mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +01:00
6 lines
143 B
C
6 lines
143 B
C
#ifdef _DEBUG
|
|
#include "../../debug/lib/@WX_SETUP_H_DBG_RELATIVE@/setup.h"
|
|
#else
|
|
#include "../../lib/@WX_SETUP_H_REL_RELATIVE@/setup.h"
|
|
#endif
|