aboutsummaryrefslogtreecommitdiff
path: root/include/fml/fml.h
blob: 046db5a474114ddecdd64f1f8020bd2d7234a7d8 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * libfml: Frank's Math Library
 *
 * Copyright (C) 2019 Franklin Wei
 */

typedef float scalar;

#include "quat.h"
#include "vec3.h"