include/dsp.h: add DIR_NONE definition

This commit is contained in:
raiden00pl
2021-04-01 01:24:12 -05:00
committed by Xiang Xiao
parent eadc7ebb1a
commit 1e02175ae7
+1
View File
@@ -56,6 +56,7 @@
/* Phase rotation direction */
#define DIR_NONE (0.0f)
#define DIR_CW (1.0f)
#define DIR_CCW (-1.0f)