Unexport getgridpoint

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:40:45 -08:00
parent 7347975cc5
commit c177f456f4
2 changed files with 5 additions and 7 deletions

View File

@@ -119,8 +119,6 @@ public:
int checkactivity(void);
int getgridpoint(int t);
bool checkplatform(const SDL_Rect& temprect, int* px, int* py);
bool checkblocks(const SDL_Rect& temprect, float dx, float dy, int dr, bool skipdirblocks);