Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 438 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 438 Bytes

scm2txt

Starcraft maps converter

Converts SCM/SCX files to text representation. This text representation allow to be loaded by the testing tools, or other modifications.

The description of file format could be found here.

Development

You could have use boost iostreams in your search path. You could do that using VCPkg

vcpkg install boost-iostreams