1
0
forked from 0ad/0ad

Fix non-PCH build.

Fix typo.

This was SVN commit r11327.
This commit is contained in:
Ykkrosh 2012-03-13 21:39:01 +00:00
parent 0c49ac92fe
commit 6fc508f662
3 changed files with 4 additions and 1 deletions

View File

@ -28,6 +28,7 @@
#define INCLUDED_UNIFONT
#include <stdarg.h> // va_list
#include <map>
#include "lib/res/handle.h"
#include "lib/file/vfs/vfs.h"

View File

@ -43,7 +43,7 @@ Status CCacheLoader::TryLoadingCached(const VfsPath& sourcePath, const MD5& init
// Fail if no source or archive cache
// Note: this is not always an error case, because for instance there
// are some uncached .pmd/psa files in the game with no source .dae.
// This test fails (correctly) in that valid situation, so it seems
// This test fails (correctly) in that valid situation, so it seems
// best to leave the error handling to the caller.
Status err = m_VFS->GetFileInfo(sourcePath, NULL);
if (err < 0)

View File

@ -20,6 +20,8 @@
#include "lib/res/handle.h"
#include <map>
class CStrW;
struct UnifontGlyphData;