#ifndef MATH_H #define MATH_H #include "object.h" #include float frand48(void); #endif