source:
dev/trunk/jenga/include/common/String.h@
432
| Last change on this file since 432 was 298, checked in by , 18 years ago | |
|---|---|
| File size: 146 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 | ||
| 11 | } | |
| 12 | } |
Note:
See TracBrowser
for help on using the repository browser.
