diff options
author | Vicent Marti | 2008-08-05 09:54:36 +0000 |
---|---|---|
committer | Vicent Marti | 2008-08-05 09:54:36 +0000 |
commit | 70ef50343499ee6736389a0cad006ea6eeeca5bd (patch) | |
tree | e0028232162506214317b6cdce0be43fc0ff531e /dists/msvc9 | |
parent | dd46f8305e5c430b3af5511e81f621262149380d (diff) | |
download | scummvm-rg350-70ef50343499ee6736389a0cad006ea6eeeca5bd.tar.gz scummvm-rg350-70ef50343499ee6736389a0cad006ea6eeeca5bd.tar.bz2 scummvm-rg350-70ef50343499ee6736389a0cad006ea6eeeca5bd.zip |
Massive refactoring on the layout parsing API.
Added support for layout spacings.
Fixed bug in theme conversion python script.
svn-id: r33630
Diffstat (limited to 'dists/msvc9')
-rw-r--r-- | dists/msvc9/scummvm.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj index 5da3451ded..1a6d3519c8 100644 --- a/dists/msvc9/scummvm.vcproj +++ b/dists/msvc9/scummvm.vcproj @@ -1244,6 +1244,10 @@ > </File> <File + RelativePath="..\..\gui\ThemeEval.cpp" + > + </File> + <File RelativePath="..\..\gui\ThemeRenderer.h" > </File> |