Warnings: Fix several warnings.

This commit is contained in:
Sacha 2014-07-11 05:07:46 +10:00
parent 2bd8db5f7a
commit f256153a2b
18 changed files with 41 additions and 40 deletions

View file

@ -12,7 +12,7 @@
//void cellFontFT_load();
//void cellFontFT_unload();
//Module cellFontFT(0x001a, cellFontFT_init, cellFontFT_load, cellFontFT_unload);
extern Module *cellFontFT = nullptr;
Module *cellFontFT = nullptr;
struct CellFontLibraryConfigFT
{
@ -85,4 +85,4 @@ void cellFontFT_load()
void cellFontFT_unload()
{
delete s_fontFtInternalInstance;
}
}