summaryrefslogtreecommitdiff
path: root/projects/openttd.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.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.vcproj')
-rw-r--r--projects/openttd.vcproj6
1 files changed, 6 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"