Removed legacy DLLs, added MSVC10 ones and fixed TextureFont.cpp since Texture Font Generator didn't want to compile.

This commit is contained in:
Aldo Fregoso
2013-06-02 22:42:59 -05:00
parent fb0ff89bbc
commit d08b1da838
12 changed files with 2 additions and 9 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
#include <fstream>
#include <math.h>
#include <cassert>
TextureFont::TextureFont()
{
@@ -482,7 +483,7 @@ void TextureFont::Save( CString sBasePath, CString sBitmapAppendBeforeExtension,
sPageName += "-stroke";
break;
default:
FAIL_M(ssprintf("Unexpected value for j: %i", j));
assert(false);
}
CString sFile;