From 60072c1d8089ffd3294e76636198d14710be95b8 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 9 Sep 2017 07:55:22 +0100 Subject: Restructuring --- yage/math/math.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 yage/math/math.h (limited to 'yage/math/math.h') diff --git a/yage/math/math.h b/yage/math/math.h new file mode 100644 index 00000000..b729dbe6 --- /dev/null +++ b/yage/math/math.h @@ -0,0 +1,14 @@ +/* ---------------------------------------------------------------------------- + * math.h + * + * Copyright (c) 2017 Yann Herklotz Grave -- MIT License + * See file LICENSE for more details + * ---------------------------------------------------------------------------- + */ + +#ifndef YAGE_MATH_H +#define YAGE_MATH_H + +#include "matrix.h" + +#endif -- cgit