MCPcopy Create free account
hub / github.com/Blizzard/s2client-api / ImageData

Method ImageData

src/sc2api/sc2_map_info.cpp:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace sc2 {
4
5ImageData::ImageData () :
6 width(0),
7 height(0),
8 bits_per_pixel(0)
9{
10}
11
12GameInfo::GameInfo () :
13 width(0),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected