diff options
| author | Franklin Wei <me@fwei.tk> | 2019-03-07 19:14:35 -0500 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2019-03-07 19:14:35 -0500 |
| commit | 31539f3af0c7beea865b29fdda0840c79f14710e (patch) | |
| tree | 7bea014a44a938f71ea21b3a8ba457b3576348d9 /include/fml/fml.h | |
| download | libfml-31539f3af0c7beea865b29fdda0840c79f14710e.zip libfml-31539f3af0c7beea865b29fdda0840c79f14710e.tar.gz libfml-31539f3af0c7beea865b29fdda0840c79f14710e.tar.bz2 libfml-31539f3af0c7beea865b29fdda0840c79f14710e.tar.xz | |
Import from fieldviz
Diffstat (limited to 'include/fml/fml.h')
| -rw-r--r-- | include/fml/fml.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/fml/fml.h b/include/fml/fml.h new file mode 100644 index 0000000..046db5a --- /dev/null +++ b/include/fml/fml.h @@ -0,0 +1,10 @@ +/* + * libfml: Frank's Math Library + * + * Copyright (C) 2019 Franklin Wei + */ + +typedef float scalar; + +#include "quat.h" +#include "vec3.h" |