Changeset 519 in dev for trunk/ab5.0/jenga
- Timestamp:
- May 1, 2008, 1:06:18 PM (17 years ago)
- Location:
- trunk/ab5.0/jenga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/jenga/include/common/File.h
r323 r519 1 1 #pragma once 2 2 #pragma warning(disable : 4996) 3 4 #include <vector>5 #include <string>6 7 #include <stdlib.h>8 #include <windows.h>9 10 #include <jenga/include/common/Exception.h>11 3 12 4 -
trunk/ab5.0/jenga/projects/jenga/jenga.vcproj
r518 r519 364 364 </File> 365 365 <File 366 RelativePath="..\..\include\jenga.h" 367 > 368 </File> 369 <File 366 370 RelativePath="..\..\include\common\Path.h" 367 371 >
Note:
See TracChangeset
for help on using the changeset viewer.