Fix copy-pasta in header.
Increase scope of SIREN_DSP_SLOW to entire file.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// hydra.h
|
||||
// siren.h
|
||||
// Kraken Engine / Siren
|
||||
//
|
||||
// Copyright 2023 Kearwood Gilbert. All rights reserved.
|
||||
|
||||
@@ -31,14 +31,14 @@
|
||||
|
||||
#include "../include/dsp.h"
|
||||
|
||||
#ifdef SIREN_DSP_SLOW
|
||||
|
||||
// _USE_MATH_DEFINES must be defined to get M_PI in Windows
|
||||
#define _USE_MATH_DEFINES
|
||||
#include <math.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef SIREN_DSP_SLOW
|
||||
|
||||
namespace siren {
|
||||
namespace dsp {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user