diff options
Diffstat (limited to 'src/gmisc/gmisc_mk.c')
-rw-r--r-- | src/gmisc/gmisc_mk.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gmisc/gmisc_mk.c b/src/gmisc/gmisc_mk.c new file mode 100644 index 00000000..ab3c4a1d --- /dev/null +++ b/src/gmisc/gmisc_mk.c @@ -0,0 +1,11 @@ +/* + * This file is subject to the terms of the GFX License. If a copy of + * the license was not distributed with this file, you can obtain one at: + * + * http://ugfx.org/license.html + */ + +#include "gmisc.c" +#include "gmisc_arrayops.c" +#include "gmisc_matrix2d.c" +#include "gmisc_trig.c" |