raze-gles/source/core/mathutil.h
Christoph Oelckers c8cb0e4efd - the beginning of sector.cpp
The math backend functions have been moved out of Build because they originally have a good license.

# Conflicts:
#	source/build/src/mdsprite.cpp
#	source/build/src/polymost.cpp
2020-06-21 22:39:05 +02:00

4 lines
89 B
C

#pragma once
int FindDistance2D(int x, int y);
int FindDistance3D(int x, int y, int z);