Last change
on this file since 517 was 472, checked in by dai_9181, 17 years ago |
デプロイ時にcore.lib/cored.libのビルドもできるようにした。
|
File size:
333 bytes
|
Rev | Line | |
---|
[298] | 1 | #pragma once
|
---|
| 2 |
|
---|
| 3 | #include <vector>
|
---|
| 4 | #include <string>
|
---|
| 5 |
|
---|
| 6 | namespace Jenga{
|
---|
| 7 | namespace Common{
|
---|
| 8 |
|
---|
| 9 | typedef std::vector<std::string> Strings;
|
---|
| 10 |
|
---|
[465] | 11 | bool IsExistString( const Jenga::Common::Strings &strings, const std::string &findStr );
|
---|
| 12 |
|
---|
[472] | 13 | std::string& StringReplace( std::string& str, const std::string sb, const std::string sa );
|
---|
| 14 |
|
---|
[298] | 15 | }
|
---|
| 16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.