diff options
Diffstat (limited to 'Super Polarity/MenuWidget.cs')
| -rw-r--r-- | Super Polarity/MenuWidget.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Super Polarity/MenuWidget.cs b/Super Polarity/MenuWidget.cs new file mode 100644 index 0000000..8131e50 --- /dev/null +++ b/Super Polarity/MenuWidget.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace SuperPolarity +{ + class MenuWidget : Widget + { + } +} |