mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
c8cb0e4efd
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
4 lines
89 B
C
4 lines
89 B
C
#pragma once
|
|
|
|
int FindDistance2D(int x, int y);
|
|
int FindDistance3D(int x, int y, int z);
|