forked from LeenkxTeam/LNXSDK
Update lib/aura/Backends/hl/aura/math/FFT.h
This commit is contained in:
@ -1,8 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <hl.h>
|
#include <hl.h>
|
||||||
|
// TODO: Missing
|
||||||
#include <aura/types/_ComplexArray/HL_ComplexArrayImpl.h>
|
//#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 "hl/aura/aurahl.h"
|
||||||
#include "common_c/math/fft.h"
|
#include "common_c/math/fft.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user