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
|
// Kraken Engine / Siren
|
||||||
//
|
//
|
||||||
// Copyright 2023 Kearwood Gilbert. All rights reserved.
|
// Copyright 2023 Kearwood Gilbert. All rights reserved.
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user