diff options
| author | RogueAI42 <[email protected]> | 2017-06-17 19:16:50 +1000 |
|---|---|---|
| committer | RogueAI42 <[email protected]> | 2017-06-17 19:16:50 +1000 |
| commit | dbf794c9849c0046cf2e93a878c6d8d9101d2fc8 (patch) | |
| tree | d5ff20daf283fff179f0ddb79b07edafd59c613a /ShiftOS.WinForms/Properties/Resources.Designer.cs | |
| parent | 77cb4a9a14de07023e86a9a5cda7171fcb4ec8ec (diff) | |
| download | shiftos_thereturn-dbf794c9849c0046cf2e93a878c6d8d9101d2fc8.tar.gz shiftos_thereturn-dbf794c9849c0046cf2e93a878c6d8d9101d2fc8.tar.bz2 shiftos_thereturn-dbf794c9849c0046cf2e93a878c6d8d9101d2fc8.zip | |
MindBlow: Brainfuck IDE for ShiftOS
For 50,000 Codepoints you can write and run Brainfuck programs in
a dedicated IDE. Check out the site on "shiftnet/mindblow".
The IDE seems to be working perfectly. The site has some theming
issues.
Diffstat (limited to 'ShiftOS.WinForms/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index 2cba3c9..3289a0a 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -1061,6 +1061,16 @@ namespace ShiftOS.WinForms.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap mindblow { + get { + object obj = ResourceManager.GetObject("mindblow", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap notestate_connection_full { get { object obj = ResourceManager.GetObject("notestate_connection_full", resourceCulture); |
