YAPOG  0.0.1
Yet Another Pokemon Online Game
String.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_STRING_HPP
2 # define YAPOG_STRING_HPP
3 
4 # include <string>
5 
6 namespace yap
7 {
8  typedef std::string String;
9 } // namespace yap
10 
11 #endif // YAPOG_STRING_HPP