Update lib/aura/Backends/hl/aura/math/FFT.h

This commit is contained in:
2026-07-09 04:26:08 +00:00
parent f4fe822ef6
commit cb19c9b5b4

View File

@ -1,8 +1,9 @@
#pragma once
#include <hl.h>
#include <aura/types/_ComplexArray/HL_ComplexArrayImpl.h>
// TODO: Missing
//#include <aura/types/_ComplexArray/HL_ComplexArrayImpl.h>
typedef struct _aura__types___ComplexArray__HL_ComplexArrayImpl { vbyte *self; int length; } *aura__types___ComplexArray__HL_ComplexArrayImpl;
#include "hl/aura/aurahl.h"
#include "common_c/math/fft.h"