aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Output/out_ds/ds_main.h
blob: 11d428a0bb34675781a2edc1a941d30e92a48ffc (plain) (blame)
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