1
0
Fork 0
mirror of https://git.sr.ht/~kikoodx/momento synced 2024-06-11 04:17:07 +02:00
momento/include/util.h
KikooDX a11b9d1c52 pause
Take a break and sip your tea.
2021-05-07 00:09:37 +02:00

11 lines
248 B
C

/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright (C) 2021 KikooDX */
#pragma once
/* collection of handy "math" functions */
float square(float x);
float isquare(float x);
float abs(float x);
int sign(float x);
void darken_vram(void);