mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user