Adding text functionality to Caption (why was that missing???)
This commit is contained in:
parent
343669df1e
commit
4b31864b2f
3 changed files with 17 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue