7 lines
97 B
C
7 lines
97 B
C
#ifndef INIT_MATHLIB_H
|
|
#define INIT_MATHLIB_H
|
|
|
|
Err MathlibInit();
|
|
void MathlibRelease();
|
|
|
|
#endif
|