forked from LeenkxTeam/LNXSDK
Update lib/aura/Backends/hl/aura/math/FFT.h
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user