diff options
author | KUDr <kudr@openttd.org> | 2007-06-29 22:33:58 +0000 |
---|---|---|
committer | KUDr <kudr@openttd.org> | 2007-06-29 22:33:58 +0000 |
commit | 91d6051adb8c17c1dd31566c48f4488340091359 (patch) | |
tree | 05c020d765378972c69181ebdfd0f977b7473b46 /projects | |
parent | 3269660c4f6637c0629941c39274d9405bf83ef3 (diff) | |
download | openttd-91d6051adb8c17c1dd31566c48f4488340091359.tar.xz |
(svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 651884773..9a4b21361 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -1187,6 +1187,12 @@ <File RelativePath=".\..\src\misc\hashtable.hpp"> </File> + <File + RelativePath=".\..\src\misc\str.hpp"> + </File> + <File + RelativePath=".\..\src\misc\strapi.hpp"> + </File> </Filter> <Filter Name="Network Core" diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 47a302fb0..2ff6ecc44 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1799,6 +1799,14 @@ RelativePath=".\..\src\misc\hashtable.hpp" > </File> + <File + RelativePath=".\..\src\misc\str.hpp" + > + </File> + <File + RelativePath=".\..\src\misc\strapi.hpp" + > + </File> </Filter> <Filter Name="Network Core" |