From a99daf4a49dfbe9f4ec9bd16da8c2ad274b592a4 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 31 May 2019 19:08:41 -0400 Subject: Import manifold code from fieldviz --- include/fml/fml.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/fml/fml.h') diff --git a/include/fml/fml.h b/include/fml/fml.h index 046db5a..bef1851 100644 --- a/include/fml/fml.h +++ b/include/fml/fml.h @@ -4,7 +4,16 @@ * Copyright (C) 2019 Franklin Wei */ +#ifndef FML_H +#define FML_H + typedef float scalar; +#include "curve.h" +#include "manifold.h" #include "quat.h" +#include "surface.h" +#include "vec2.h" #include "vec3.h" + +#endif -- cgit v1.1