rendlib/include/math.h

10 lines
105 B
C

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