We are compiling again! Started refactoring UICaption to be more idiomatic

This commit is contained in:
John McCardle 2024-04-10 23:10:15 -04:00
commit c186d8c7f3
11 changed files with 298 additions and 2474 deletions

View file

@ -1,4 +1,5 @@
#include "UISprite.h"
#include "GameEngine.h"
UIDrawable* UISprite::click_at(sf::Vector2f point)
{