You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bool mouseInBox(sf::RenderWindow& window, int x, int y, int width, int height);
bool posInBox(int posX, int posY, int x, int y, int width, int height);
bool mouseInCircle(sf::RenderWindow& window, int x, int y, int r);
void createButton(sf::RenderWindow& window, sf::Text& text, sf::Color textColor, int fontSize, sf::Color boxColor, std::string textString, int width, int height, int x, int y);
std::string getPaddingString(std::string const& str, int n, char paddedChar = ' ', bool isPaddingRight = true);