BWAPI
trunk/bwapi/BWAPILIB/Source/Common.h
Go to the documentation of this file.
00001 #pragma once
00002 #include <string>
00003 
00004 namespace BWAPI
00005 {
00006   void fixName(std::string *name);
00007   const char *underscoresToSpaces(const char *pszTypename);
00008 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines