| 7 | #include "common.h" |
| 8 | |
| 9 | std::string GetPluginName() |
| 10 | { |
| 11 | std::stringstream ss_name; |
| 12 | ss_name << "BWAPI " << BWAPI_VER << " Injector [" << BUILD_STR << "]"; |
| 13 | return ss_name.str(); |
| 14 | } |
| 15 | |
| 16 | std::string GetBWAPITarget() |
| 17 | { |
no outgoing calls
no test coverage detected