aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/scop.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/inc/scop.h b/inc/scop.h
index 2d8583a..1032f1d 100644
--- a/inc/scop.h
+++ b/inc/scop.h
@@ -6,7 +6,7 @@
/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/05/09 10:41:44 by charles #+# #+# */
-/* Updated: 2020/05/12 16:28:57 by charles ### ########.fr */
+/* Updated: 2020/05/13 11:28:22 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -92,4 +92,10 @@ unsigned int shader_new(void);
bool has_extension(char *filepath, char *extension);
+/*
+** center.c
+*/
+
+void center_mat4_init_translate(t_ftmmat4 *dst, float *vertices, size_t vertices_len);
+
#endif