1
2
3
4
5
6
//! Protocol buffers for the StarCraft II Client API
//! Automatically generated from the protobuf definitions at
//! [https://github.com/Blizzard/s2client-proto](https://github.com/Blizzard/s2client-proto).

// All magic is done in the build.rs, this just includes the results
include!(concat!(env!("OUT_DIR"), "/lib.rs"));