13 lines
69 B
C++
13 lines
69 B
C++
#ifndef MATH_H
|
|
#define MATH_H
|
|
|
|
|
|
|
|
class math {
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //MATH_H
|