project_files/hwc/rtl/Math.h
author unC0Rr
Wed, 04 Jan 2023 11:56:58 +0100
branchtransitional_engine
changeset 15934 022ec6b916b7
parent 8047 25a4daa6473c
permissions -rw-r--r--
Split generation and painting phases, paint by old engine, use template filters
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