Ignore:
Timestamp:
May 1, 2008, 11:20:31 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/jenga/include/common/String.h

    r472 r524  
    11#pragma once
    2 
    3 #include <vector>
    4 #include <string>
    52
    63namespace Jenga{
    74namespace Common{
     5
    86
    97typedef std::vector<std::string> Strings;
     
    1311std::string& StringReplace( std::string& str, const std::string sb, const std::string sa );
    1412
     13
    1514}
    1615}
Note: See TracChangeset for help on using the changeset viewer.