Add String.hh
This commit is contained in:
parent
9bfd637a19
commit
af30c9e597
1 changed files with 18 additions and 0 deletions
18
lib/core/include/core/String.hh
Normal file
18
lib/core/include/core/String.hh
Normal file
|
@ -0,0 +1,18 @@
|
|||
/* String.hh
|
||||
* vim: set tw=80:
|
||||
* Eryn Wells <eryn@erynwells.me>
|
||||
*/
|
||||
/**
|
||||
* Strings are fun.
|
||||
*/
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace erw {
|
||||
namespace core {
|
||||
|
||||
typedef std::string String;
|
||||
|
||||
} /* namespace core */
|
||||
} /* namespace erw */
|
Loading…
Add table
Add a link
Reference in a new issue