Unexport yline

It's a method of entityclass, even though it doesn't use anything on the
class and it's not used outside of Entity.cpp.
This commit is contained in:
Misa
2022-12-11 12:37:01 -08:00
parent 52e29b68bc
commit 7347975cc5
2 changed files with 1 additions and 3 deletions

View File

@@ -132,8 +132,6 @@ public:
float hplatformat(int px, int py);
int yline(int a, int b);
bool entityhlinecollide(int t, int l);
bool entityvlinecollide(int t, int l);