Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
navgetxmldata.h
Go to the documentation of this file.
1 #ifndef _NAVGETXMLDATA_H_
2 #define _NAVGETXMLDATA_H_
3 
4 #include <string>
5 
6 //using std::string; NO!, don't use any using whatsoever in header files; not kosher.
7 
8 std::string retrievedata( std::string data, std::string type );
9 
10 #endif
11