summaryrefslogtreecommitdiff
path: root/src/libs/din/din.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/din/din.h')
-rw-r--r--src/libs/din/din.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libs/din/din.h b/src/libs/din/din.h
index 2e06072..baa3ebb 100644
--- a/src/libs/din/din.h
+++ b/src/libs/din/din.h
@@ -1,13 +1,12 @@
#ifndef _DIN_H
#define _DIN_H
-#include "v3f.h"
-
typedef struct din_t din_t;
+typedef struct v3f_t v3f_t;
din_t * din_new(int width, int height, int depth);
void din_free(din_t *din);
void din_randomize(din_t *din);
-float din(din_t *din, v3f_t coordinate);
+float din(din_t *din, v3f_t *coordinate);
#endif
© All Rights Reserved