libcod
gsc_math.hpp
Go to the documentation of this file.
1 #ifndef _GSC_MATH_HPP_
2 #define _GSC_MATH_HPP_
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 /* default stuff */
9 #include <stdio.h>
10 #include <stdlib.h>
11 #include <string.h>
12 
13 /* gsc functions */
14 #include "gsc.hpp"
15 
16 void gsc_math_sqrt();
17 void gsc_math_sqrtInv();
18 
19 #ifdef __cplusplus
20 }
21 #endif
22 
23 #endif
void gsc_math_sqrtInv()
Definition: gsc_math.cpp:13
void gsc_math_sqrt()
Definition: gsc_math.cpp:3