1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef NULLSOFT_OUT_DS_MAIN_H #define NULLSOFT_OUT_DS_MAIN_H #define DS2_ENGINE_VER L"2.82" #ifndef DS2_NO_DEVICES #define DS2_HAVE_DEVICES #endif #ifndef DS2_NO_FADES #define DS2_HAVE_FADES #endif #endif