make all other engine widgets public, for Gecko

This commit is contained in:
Chris Forbes
2010-11-07 09:19:29 +13:00
parent fcb7c845ba
commit 4a0b78c1e6
8 changed files with 9 additions and 13 deletions

View File

@@ -9,15 +9,12 @@
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using OpenRA.Graphics;
namespace OpenRA.Widgets
{
class ScrollingTextWidget : Widget
public class ScrollingTextWidget : Widget
{
public string Text = "";
private string ScrollingText = "";