add d2k -> ra shp conversion support to utility

This commit is contained in:
Chris Forbes
2011-07-17 18:37:12 +12:00
parent 239be241ff
commit 2a16172a20
2 changed files with 21 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ namespace OpenRA.Utility
{ "--settings-value", Command.Settings },
{ "--shp", Command.ConvertPngToShp },
{ "--png", Command.ConvertShpToPng },
{ "--fromd2", Command.ConvertFormat2ToFormat80 },
};
if (args.Length == 0) { PrintUsage(); return; }