Erwan
- fix issue 215 - added test for purple screen (this is the small white square on top of the loading screen)
This commit is contained in:
@@ -175,8 +175,9 @@ public:
|
||||
JTexture* GetTexture(const string &textureName);
|
||||
JTexture* GetTexture(int id);
|
||||
|
||||
int reloadJLBFonts();
|
||||
//Wrapped from JResourceManger. TODO: Privatize
|
||||
int LoadJLBFont(const string &fontName, int height);
|
||||
JLBFont * LoadJLBFont(const string &fontName, int height);
|
||||
|
||||
//Wrapped from JSoundSystem. TODO: Privatize.
|
||||
JMusic * ssLoadMusic(const char *fileName);
|
||||
|
||||
Reference in New Issue
Block a user