diff options
Diffstat (limited to 'vendor/libftm/inc/libftm.h')
| -rw-r--r-- | vendor/libftm/inc/libftm.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/libftm/inc/libftm.h b/vendor/libftm/inc/libftm.h new file mode 100644 index 0000000..9755d68 --- /dev/null +++ b/vendor/libftm/inc/libftm.h @@ -0,0 +1,20 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* libftm.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/05/12 11:07:32 by charles #+# #+# */ +/* Updated: 2020/05/12 13:42:27 by charles ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef LIBFTM_H +# define LIBFTM_H + +# include <math.h> + +float ftm_radian(float degree); + +#endif |
