# HG changeset patch # User rubidium # Date 2007-06-17 12:30:43 # Node ID 6729d373469c93eb345dbd6680b0b25c020eee7d # Parent 1ce1852988a27a6baf8ea51155fcbbfecd0ee198 (svn r10179) -Fix: spritecache wasn't in source.list, thus wasn't in the MSVC project files. -Fix: Pig Latin wasn't in the MSVC project files. diff --git a/projects/langs.vcproj b/projects/langs.vcproj --- a/projects/langs.vcproj +++ b/projects/langs.vcproj @@ -338,6 +338,19 @@ + + + + + diff --git a/projects/langs_vs80.vcproj b/projects/langs_vs80.vcproj --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -392,6 +392,21 @@ + + + + + + + + + diff --git a/source.list b/source.list --- a/source.list +++ b/source.list @@ -177,6 +177,7 @@ signs.h slope.h sound.h sprite.h +spritecache.h station.h stdafx.h string.h