]> git.mxchange.org Git - simgear.git/blob - simgear/structure/intern.hxx
Working 'noshadow' animation
[simgear.git] / simgear / structure / intern.hxx
1 #ifndef SIMGEAR_INTERN_HXX
2 #define SIMGEAR_INTERN_HXX 1
3
4 #include <string>
5
6 namespace simgear
7 {
8 /**
9  * Return a pointer to a single string object for a given string.
10  */
11
12 const std::string* intern(const std::string& str);
13 }
14 #endif