Adding text functionality to Caption (why was that missing???)

This commit is contained in:
John McCardle 2024-03-07 12:35:07 -05:00
commit 4b31864b2f
3 changed files with 17 additions and 7 deletions

View file

@ -1,7 +1,8 @@
#include "Resources.h"
#include <list>
#include "UI.h"
//#include <list>
//#include "UI.h"
// Resources class members memory allocation
sf::Font Resources::font;
GameEngine* Resources::game;
GameEngine* Resources::game;
std::string Resources::caption_buffer;