Fix copy-pasta in header.

Increase scope of SIREN_DSP_SLOW to entire file.
This commit is contained in:
2023-12-03 23:04:41 -08:00
parent 12f14999d1
commit d5023bc5fa
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
// //
// hydra.h // siren.h
// Kraken Engine / Siren // Kraken Engine / Siren
// //
// Copyright 2023 Kearwood Gilbert. All rights reserved. // Copyright 2023 Kearwood Gilbert. All rights reserved.

View File

@@ -31,14 +31,14 @@
#include "../include/dsp.h" #include "../include/dsp.h"
#ifdef SIREN_DSP_SLOW
// _USE_MATH_DEFINES must be defined to get M_PI in Windows // _USE_MATH_DEFINES must be defined to get M_PI in Windows
#define _USE_MATH_DEFINES #define _USE_MATH_DEFINES
#include <math.h> #include <math.h>
#include <assert.h> #include <assert.h>
#ifdef SIREN_DSP_SLOW
namespace siren { namespace siren {
namespace dsp { namespace dsp {