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:
Misa
2022-12-11 12:26:34 -08:00
parent ec520838df
commit 52e29b68bc
2 changed files with 1 additions and 3 deletions

View File

@@ -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,