Changeset 622 in dev for trunk/ab5.0/jenga/include
- Timestamp:
- May 21, 2008, 1:16:21 PM (16 years ago)
- Location:
- trunk/ab5.0/jenga/include
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/jenga/include/common/String.h
r607 r622 14 14 std::wstring ToWString( const std::string &str ); 15 15 16 bool IsIdentifierTopChar( char c ); 17 bool IsIdentifierChar( char c ); 16 18 17 19 } -
trunk/ab5.0/jenga/include/jenga.h
r532 r622 5 5 #include "common/CmdLine.h" 6 6 #include "common/Directory.h" 7 #include "common/EasyToken.h" 7 8 #include "common/Environment.h" 8 9 #include "common/Exception.h"
Note:
See TracChangeset
for help on using the changeset viewer.