eliminate extra includes on UICaption

This commit is contained in:
John McCardle 2024-04-12 14:15:00 -04:00
commit 714965da45
3 changed files with 4 additions and 12 deletions

View file

@ -1,5 +1,8 @@
#include "UICaption.h"
#include "GameEngine.h"
#include "PyColor.h"
#include "PyVector.h"
#include "PyFont.h"
UIDrawable* UICaption::click_at(sf::Vector2f point)
{