9 lines
59 B
Plaintext
9 lines
59 B
Plaintext
|
|
#pragma once
|
|
|
|
#ifndef __MATH_H
|
|
#include <math.h>
|
|
#endif
|
|
|
|
|