diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-05-08 16:41:08 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-05-08 16:41:08 +0000 |
| commit | 79aa90b87615eec3a0fb95a0630493dc0697fbda (patch) | |
| tree | 7912c11c3b22e74d66bac0dee95cb5b1db6e9894 /Source/Core/VideoCommon/Src/HiresTextures.cpp | |
| parent | 36f5f6e3e71437065ab6aa2fe436ca178c2e4308 (diff) | |
really fix SOIL-related troubles, i think :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3183 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/HiresTextures.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/HiresTextures.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/HiresTextures.cpp b/Source/Core/VideoCommon/Src/HiresTextures.cpp index d55bbccaad..16a19eb41e 100644 --- a/Source/Core/VideoCommon/Src/HiresTextures.cpp +++ b/Source/Core/VideoCommon/Src/HiresTextures.cpp @@ -23,6 +23,7 @@ #include "CommonPaths.h"
#include "FileUtil.h"
#include "FileSearch.h"
+
namespace HiresTextures
{
|
