Changeset 623 in dev for trunk/ab5.0/jenga/include


Ignore:
Timestamp:
May 21, 2008, 11:02:07 PM (16 years ago)
Author:
dai_9181
Message:

Projectクラスをリファクタリング

Location:
trunk/ab5.0/jenga/include
Files:
2 edited

Legend:

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

    r524 r623  
    5858    static std::string MakeFullPath( const std::string &relativePath, const std::string &baseDirPath );
    5959    static std::string MakeFullPathByCurrentDirectory( const std::string &relativePath );
     60    static std::string ExtractDirPath( const std::string &path );
    6061};
    6162
  • trunk/ab5.0/jenga/include/jenga.h

    r622 r623  
    1212#include "common/Path.h"
    1313#include "common/String.h"
     14#include "common/VectorSupporter.h"
Note: See TracChangeset for help on using the changeset viewer.