mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Unexport gridmatch
It's a method of entityclass, but it has no reason to be because it doesn't use anything on entityclass and it's not used outside of Entity.cpp.
This commit is contained in:
@@ -82,8 +82,6 @@ public:
|
||||
|
||||
void revertlinecross(std::vector<entclass>& linecrosskludge, int t, int s);
|
||||
|
||||
bool gridmatch(int p1, int p2, int p3, int p4, int p11, int p21, int p31, int p41);
|
||||
|
||||
void createentity(int xp, int yp, int t, int meta1, int meta2,
|
||||
int p1, int p2, int p3, int p4);
|
||||
void createentity(int xp, int yp, int t, int meta1, int meta2,
|
||||
|
||||
Reference in New Issue
Block a user