granthess / S3ToolKit.MagicEngine

The CC Magic core engine
GNU Lesser General Public License v3.0
2 stars 2 forks source link

Investigate pack enumeration icon functionality #4

Open granthess opened 12 years ago

granthess commented 12 years ago

Investigate the 2.0 code base to see where the game pack's icon is loaded. Make sure that the engine doesn't bring in any WPF libraries to process the icon. Might just use a MemoryStream to hold the raw file data and let the UI translate it into a bitmap.