crystal-tower/inc/util.h

7 lines
82 B
C

#pragma once
int sign(int);
float signf(float);
int abs(int);
float absf(float);