project_files/hwc/rtl/Math.h
author sheepluva
Fri, 25 Jun 2021 21:44:29 +0200 (2021-06-25)
changeset 15806 36816af30583
parent 8047 25a4daa6473c
permissions -rw-r--r--
hedgewars-engine (rust): don't use image lib, manually resize (because speed); using nearest px for now
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8047
25a4daa6473c cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents: 8041
diff changeset
     1
#pragma once
25a4daa6473c cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents: 8041
diff changeset
     2
25a4daa6473c cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents: 8041
diff changeset
     3
#include <math.h>
25a4daa6473c cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents: 8041
diff changeset
     4