mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +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);
|