changes to allow widgets to be in mods/; moved BuildPaletteWidget into mods/

This commit is contained in:
Bob
2010-07-30 20:15:14 +12:00
parent 2dd558a065
commit b4c84a11f2
11 changed files with 13 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ namespace OpenRA
public static readonly int CellSize = 24;
public static World world;
internal static Viewport viewport;
public static Viewport viewport;
internal static UserSettings Settings;
internal static OrderManager orderManager;