summaryrefslogtreecommitdiff
path: root/projects/openttd_vs80.vcproj
diff options
context:
space:
mode:
authorKUDr <kudr@openttd.org>2007-06-29 22:33:58 +0000
committerKUDr <kudr@openttd.org>2007-06-29 22:33:58 +0000
commit91d6051adb8c17c1dd31566c48f4488340091359 (patch)
tree05c020d765378972c69181ebdfd0f977b7473b46 /projects/openttd_vs80.vcproj
parent3269660c4f6637c0629941c39274d9405bf83ef3 (diff)
downloadopenttd-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/openttd_vs80.vcproj')
-rw-r--r--projects/openttd_vs80.vcproj8
1 files changed, 8 insertions, 0 deletions
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"