Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.48 KB | None | 0 0
  1.     bool checkCollisionLB(int nX, int nY, int nHitBoxY, bool checkVisible);
  2.     bool checkCollisionLT(int nX, int nY, bool checkVisible);
  3.     // ----- CENTER
  4.     bool checkCollisionLC(int nX, int nY, int nHitBoxY, bool checkVisible);
  5.     bool checkCollisionRC(int nX, int nY, int nHitBoxX, int nHitBoxY, bool checkVisible);
  6.     // ----- RIGHT
  7.     bool checkCollisionRB(int nX, int nY, int nHitBoxX, int nHitBoxY, bool checkVisible);
  8.     bool checkCollisionRT(int nX, int nY, int nHitBoxX, bool checkVisible);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement