| 272 | }; |
| 273 | |
| 274 | class BuildingMorph : private BWCommand<0x35> |
| 275 | { |
| 276 | public: |
| 277 | BuildingMorph(BWAPI::UnitType type); |
| 278 | private: |
| 279 | // Type of unit to train |
| 280 | u16 type; |
| 281 | }; |
| 282 | |
| 283 | class CancelAddon : private BWCommand<0x34> |
| 284 | { |
nothing calls this directly
no outgoing calls
no test coverage detected